Reply
 
Thread Tools Display Modes
  #1   Report Post  
n o s p a m p l e a s e
 
Posts: n/a
Default Need option setting to open word document with full page width

I want to set options so that when I open a word document, it opens
with full page width and not 100%. How can I do that?

  #2   Report Post  
Stefan Blom
 
Posts: n/a
Default Need option setting to open word document with full page width

Word should save the current setting with the document. For more, see
http://word.mvps.org/faqs/general/SaveViewAndZoom.htm. If this doesn't
do what you want, you could try the following automacros (put them in
a global template, such as normal.dot):

Sub AutoOpen()
ActiveWindow.View.Type = 3 'Print layout view
ActiveWindow.View.Zoom.PageFit = wdPageFitBestFit
End Sub
Sub AutoNew()
ActiveWindow.View.Type = 3 'Print Layout view
ActiveWindow.View.Zoom.PageFit = wdPageFitBestFit
End Sub

You can search the newsgroups at
http://groups.google.com/advanced_search?hl=en for more macros such as
those above.

If you need assistance on installing macros, see
http://gmayor.com/installing_macro.htm.

--
Stefan Blom
Microsoft Word MVP


"n o s p a m p l e a s e" wrote in message
oups.com...
I want to set options so that when I open a word document, it opens
with full page width and not 100%. How can I do that?










Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Word 97 in Windows XP to maintain formatting Charlie''s Word VBA questions Microsoft Word Help 22 May 20th 23 08:51 PM
How do I get rid of page numbers. The page number virus flamestar Microsoft Word Help 3 August 19th 05 02:31 AM
apply a template to existing documents Bubba Gump Shrimp Page Layout 2 July 28th 05 04:46 PM
Envelope Address GR New Users 5 April 24th 05 09:48 PM
In Word, how can I see all files (*.*) in "save as"? citizen53 New Users 8 April 4th 05 04:56 PM


All times are GMT +1. The time now is 12:31 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"