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.
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.