Opening word from command line

G

Greg

Matt,

No I don't know command line switch, however have you
thought about simply using the file name in the command
line and then using an AutoOpen macro to jump to the
bookmark.

I did a simple test and the and the following line should
work in a AutoOpen macor:

Selection.GoTo What:=wdGoToBookmark, Name:="Gohere"

Where "Gohere" is the named bookmark.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top