Q
quartz
I am using Office 2003 on Windows XP.
I have a program that copies an MS-Word page from a document that is set to
Markup view.
My program turns Markup off, then copies the page into a new document, saves
the file - with Markup off - and closes it.
However, when the new document is opened, the #@%* Markup view is on again!
Does anyone have a clue as to how I can kill this view permanently when
creating the new document? I have the following function that sets the view:
Private Function WordSetView()
ActiveWindow.View.ShowRevisionsAndComments = False
ActiveDocument.TrackRevisions = False
ActiveDocument.ActiveWindow.View.SeekView = wdSeekMainDocument
ActiveWindow.View.SplitSpecial = wdPaneNone
ActiveWindow.View.Type = wdPrintView
End Function
Please help, I'm frustrated beyond belief.
I have a program that copies an MS-Word page from a document that is set to
Markup view.
My program turns Markup off, then copies the page into a new document, saves
the file - with Markup off - and closes it.
However, when the new document is opened, the #@%* Markup view is on again!
Does anyone have a clue as to how I can kill this view permanently when
creating the new document? I have the following function that sets the view:
Private Function WordSetView()
ActiveWindow.View.ShowRevisionsAndComments = False
ActiveDocument.TrackRevisions = False
ActiveDocument.ActiveWindow.View.SeekView = wdSeekMainDocument
ActiveWindow.View.SplitSpecial = wdPaneNone
ActiveWindow.View.Type = wdPrintView
End Function
Please help, I'm frustrated beyond belief.