
activedocument.Bookmarks("prova").Select
wmodulo.Application.Documents.Open filepath & "Quotazione.docx"
with wmodulo
.Selection.GoTo What:=wdGoToBookmark, Name:="numero"
.Selection.InsertAfter Range("m2")
|
set doc = documento word
with doc
.selection.goto wdgotobookmarks, "numero"
.selection.insertafter range("m2")
end with
set documento = wmodulo.Application.Documents.Open (filepath & "Quotazione.docx")
