G
Greg Maxey
When I use VBA to access one of the header or footer storyranges from the
main storyrange, the view allows switches from PrintView to Draft.
For example if the IP is in the maintext story and I run this code the
header text will be selected but the view will shift to Draft..
Sub Test()
ActiveDocument.StoryRanges(7).Select
End Sub
Does anyone know how to prevent this shift in view?
Thanks.
main storyrange, the view allows switches from PrintView to Draft.
For example if the IP is in the maintext story and I run this code the
header text will be selected but the view will shift to Draft..
Sub Test()
ActiveDocument.StoryRanges(7).Select
End Sub
Does anyone know how to prevent this shift in view?
Thanks.