View Single Post
 
Old 12-16-2011, 10:43 AM
cprelude cprelude is offline Windows 7 64bit Office 2010 32bit
Novice
 
Join Date: Dec 2011
Posts: 9
cprelude is on a distinguished road
Default

Hi Stefan, the answer to your question is "no" it doesn't appear to work even when I add the same script to an AutoOpen macro.
I just tried simplifying everything and simply am running the following macros for "All Active and Open documents":
Sub AutoNew()
ActiveWindow.View = wdNormalView
End Sub
Sub AutoOpen()
ActiveWindow.View = wdNormalView
End Sub

I am assuming this one will work with Normal.dotm
Anyway, nothing happens.
The test is really that I close Word in Print view, and re-open the programme. It does not open in Draft view - it opens in Print view!
So, whatever I try this will NOT work!
Best wishes,
Paul
Reply With Quote