A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Default view?



 
 
Thread Tools Display Modes
  #1  
Old February 24th, 2010, 07:39 PM posted to microsoft.public.word.newusers
Gary Gary
external usenet poster
 
Posts: 21
Default Default view?

Every Word file is opening up in Print layout. Is there any way of having
the default opening layout to be Web layout? Who prints these days
anyway? Maybe 1 in 100 documents on a typical computer ever gets printed!
It seems ridiculous to have Print as the default layout.
Using XP Pro SP3 with Office 2007 but have chosen to save documents in the
Word 2003 file type so Wordpad can access them in case I need to work with
them on a public computer that may not have Word 2007 installed.

Surely it must be possible to have Web Layout as the default View
setting. I have hundreds of these files. I can modify the page of
course, save the changes with the new view setting and it retains it
(thank goodness). But I, along with millions of other people around the
world would like Word to "behave better".
  #2  
Old February 24th, 2010, 08:18 PM posted to microsoft.public.word.newusers
Stefan Blom[_3_]
external usenet poster
 
Posts: 4,556
Default Default view?

Use a couple of auto macros to force the view that you want:

Sub AutoOpen()
ActiveWindow.View.Type = 6 'Web view
ActiveWindow.View.Zoom.Percentage = 100

End Sub
Sub AutoNew()
ActiveWindow.View.Type = 6 'Web view
ActiveWindow.View.Zoom.Percentage = 100
End Sub

Place the macros in the Normal template. For assistance, see
http://www.gmayor.com/installing_macro.htm.

--
Stefan Blom
Microsoft Word MVP



"Gary Gary" wrote in message
news
Every Word file is opening up in Print layout. Is there any way of having
the default opening layout to be Web layout? Who prints these days
anyway? Maybe 1 in 100 documents on a typical computer ever gets printed!
It seems ridiculous to have Print as the default layout.
Using XP Pro SP3 with Office 2007 but have chosen to save documents in the
Word 2003 file type so Wordpad can access them in case I need to work with
them on a public computer that may not have Word 2007 installed.

Surely it must be possible to have Web Layout as the default View
setting. I have hundreds of these files. I can modify the page of
course, save the changes with the new view setting and it retains it
(thank goodness). But I, along with millions of other people around the
world would like Word to "behave better".



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:57 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.