Tabellaforma = videoscrittura.ActiveDocument.Tables.Add(videoscrittura.Selection.Range, 1, 2)
videoscrittura.Selection.TypeText(" " & vbCrLf)
'videoscrittura.Selection.ShapeRange.Width = 200
tabellaforma.Cell(1, 1).Range.InlineShapes.AddPicture("c:\immagini\Analisi_storico_critica\ASC1_for.jpeg", 1, 1)
tabellaforma.Cell(1, 2).Range.InlineShapes.AddPicture("c:\immagini\Analisi_storico_critica\ASC2_for.jpeg", 1, 2)
videoscrittura.Selection.Font.Bold = True
videoscrittura.Selection.Font.Size = 12
videoscrittura.Selection.ParagraphFormat.Alignment = word.WdParagraphAlignment.wdAlignParagraphJustify
videoscrittura.Selection.TypeText(" " & vbCrLf & _
" I traumi subiti e le alterazioni delle condizioni al contorno del manufatto esistente " & vbCrLf & _
" ")
' mi scrive sempre nella tabella come imposto il break()?????