A
Anders Winther
I want to inset an unnamed excel document and use this macro for this
Sub TT_InsertObject(
With Dialogs(wdDialogFileOpen
.Displa
If .Name <> "" The
NytNavn = .Nam
End I
End Wit
If NytNavn <> "" The
Selection.InlineShapes.AddOLEObject ClassType:="Excel.Sheet.8", FileName:=
NytNavn, LinkToFile:=True, DisplayAsIcon:=Fals
End I
End Su
But how to only inset only one row ?
Sub TT_InsertObject(
With Dialogs(wdDialogFileOpen
.Displa
If .Name <> "" The
NytNavn = .Nam
End I
End Wit
If NytNavn <> "" The
Selection.InlineShapes.AddOLEObject ClassType:="Excel.Sheet.8", FileName:=
NytNavn, LinkToFile:=True, DisplayAsIcon:=Fals
End I
End Su
But how to only inset only one row ?