View Single Post
  #5   Report Post  
Opinicus
 
Posts: n/a
Default Make the default view be normal (no IT NEVER IS, YOU IDIOTS

"Stefan Blom" wrote in message
...
To set the zoom to "Page width", use:


ActiveWindow.View.Zoom.PageFit = wdPageFitBestFit


Stefan, I can't get it to work:

quote
Sub AutoOpen()
ActiveWindow.Caption = ActiveDocument.FullName
With ActiveWindow.View
.Type = wdPrintView
ActiveWindow.View.Zoom.PageFit = wdPageFitBestFit
End With
End Sub
/quote

If open a file that somebody saved with a "100%" zoom
percentage, it still opens with that percentage even with
the macro above.

What I'm trying to accomplish is this: no matter what type
or size view a document may have been closed with, when I
open it, it will be in "print view" and "page width". Is
that possible?

--
Bob

Kanyak's Doghouse
http://www.kanyak.com