L
Lüko Willms
Using MS-Word, I want to put the cursor at a specific place in
a new document which is being created on the basis of a template
which contains some VBA programming with a "Document_New" procedure.
The cursor should not be at the very top of the first page,
but at a specific, still empty, paragraph. The text before is part of
the template resp. generated via Fields.
I tried a
ActiveDocument.Goto What:=wdGoToBookmark, Name:="myBookmark"
and alternatively
ActiveDocument.ActiveWindow.Goto What:=wdGoToBookmark,
Name:="myBookmark"
but it did not help.
What is the correct way to do this? What am I missing?
Yours,
L.W.
Germany
a new document which is being created on the basis of a template
which contains some VBA programming with a "Document_New" procedure.
The cursor should not be at the very top of the first page,
but at a specific, still empty, paragraph. The text before is part of
the template resp. generated via Fields.
I tried a
ActiveDocument.Goto What:=wdGoToBookmark, Name:="myBookmark"
and alternatively
ActiveDocument.ActiveWindow.Goto What:=wdGoToBookmark,
Name:="myBookmark"
but it did not help.
What is the correct way to do this? What am I missing?
Yours,
L.W.
Germany