Hi - I tried to follow the macro setup and x'd out of my current new word document to open a new document and test it. Still opens in print view. I can click on macros, see the macro, click run on it and it changes the view to draft, but that defeats the
whole purpose.
What am I doing wrong?
I went into Macro, Create a name AutoOpen and then repeated for one named AutoNew.
Here's how they look:
Sub AutoNew()
'
' AutoNew Macro
'
'
ActiveWindow.View.Draft = True
End Sub
Ditto the above for a Sub AutoOpen() macro...
Under Normal, Modules, it created a module called NewMacros.
Please help!
Update:
These macros work when I open an existing document or open a new document via the ctrl-N. However, when I get into word initially (and you're in a 'new' document initially, it is in page layout...).
I'll live with getting into word initially and using its document1 as my new document and changing the view to draft manually.. It's great to not have to change it when re-opening documents - thanks!!