View Single Post
  #3   Report Post  
Posted to microsoft.public.word.pagelayout
Gerard O'Donnell Gerard O'Donnell is offline
external usenet poster
 
Posts: 1
Default You can't.

In Word 2007, edit %APPDATA%\Microsoft\Templates\Normal.dotm.
Click the Developer tab on the ribbon and click "Visual Basic".
In the Visual Basic editor, double-click ThisDocument under Normal | Microsoft Word Objects.
Paste in this macro:

Private Sub Document_Open()
Application.ActiveWindow.View.ReadingLayout = True
End Sub

File | Save Normal.
File | Close and Return to Microsoft Word.


On Wednesday, April 09, 2008 2:18 PM Whyno wrote:


Can I prepare Word Documents and save them to always be opened in Full Screen
Reading Mode?



On Wednesday, April 09, 2008 4:52 PM Suzanne S. Barnhill wrote:


You can't. Full Screen Reading Mode is triggered only by opening a document
directly from an attachment (which many people do not do as a matter of
policy), and even then it is determined by a setting on the recipient's
system. You can suggest that the recipient select the desired view, but you
can't force anything without a macro, which is likely to be disabled or
ignored.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"Whynot" wrote in message
...



Submitted via EggHeadCafe
Statistics, Probability, Lotteries and Dumb Programmers
http://www.eggheadcafe.com/tutorials...ogrammers.aspx