S
Scott Gravenhorst
I'm using VB 2008 Express Edition and Office 2003 PIA interop to
modify a word document.
I need to be able to force the document into View - Print Layout
before saving. Some forum research revealed this:
wordApp.ActiveWindow.View = WdViewType.wdPrintView
This was posted by an MVP, but the compiler delares that .View is read
only.
Unfortunately, I did not see whether this info is for Office 2003 PIA
or VB 2008.
Is what I need to do possible? If so, how?
Thanks in advance,
-- ScottG
modify a word document.
I need to be able to force the document into View - Print Layout
before saving. Some forum research revealed this:
wordApp.ActiveWindow.View = WdViewType.wdPrintView
This was posted by an MVP, but the compiler delares that .View is read
only.
Unfortunately, I did not see whether this info is for Office 2003 PIA
or VB 2008.
Is what I need to do possible? If so, how?
Thanks in advance,
-- ScottG