R
rob
writing this vba application , I get the following error message
"command only
available in print view mode"
I set the activewindow view mode in code by
"ActiveDocument.ActiveWindow.View.Type = wdPrintView"
and then do "activedocument.bookmarks.item(index).select". I still get
the error
now check this out if I go to word window toolbar and change the view
mode to
print layout view the code progresses fine.
Note that i checked the view mode in code after changing the view from
inside
word and it outputs wdprintview.
is there anyway to get arround this problem.
let me know if you need anymore information
ta
Rob
"command only
available in print view mode"
I set the activewindow view mode in code by
"ActiveDocument.ActiveWindow.View.Type = wdPrintView"
and then do "activedocument.bookmarks.item(index).select". I still get
the error
now check this out if I go to word window toolbar and change the view
mode to
print layout view the code progresses fine.
Note that i checked the view mode in code after changing the view from
inside
word and it outputs wdprintview.
is there anyway to get arround this problem.
let me know if you need anymore information
ta
Rob