Can I get the cursor to goto a bookmark on opening

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

This should be simple. I would like the cursor to go to a pre-defined bookmark
when the document is opened....not to the upper left-hand corner.
As a work-around alternate solution, I would accept the cursor going to the
end-of document...I realize Ctrl+End accomplishes this, but our physicians
are using voice recognition software to populate specific fields.
 
Using an AutoOpen macro for when the document is opened or and AutoNew macro
for when the document is first created from the template that contains the
following code:

ActiveDocument.Bookmarks("Bookmarkname").Range.Select

will do it. The macro should be in the template from which the document is
created.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 
Back
Top