TechTalkz.com Logo Ask the Experts!

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Tech World > TIPS 'n' TRICKS

How to make the "Full Screen Reading" layout the default view in Microsoft Word 2007 and 2010?

TIPS 'n' TRICKS


Reply
 
LinkBack Thread Tools Display Modes
Old 21-06-2011, 05:45 PM   #1
Webmaster
Thread Starter
 
Strider's Avatar
 
Join Date: Nov 2005
Location: The Last City!
Posts: 4,782
Thanks: 588
Thanked 618 Times in 529 Posts
Mood: Doubtful
Blog Entries: 6
Rep Power: 8812 Strider is extemly EminentStrider is extemly EminentStrider is extemly EminentStrider is extemly EminentStrider is extemly EminentStrider is extemly EminentStrider is extemly EminentStrider is extemly EminentStrider is extemly EminentStrider is extemly EminentStrider is extemly Eminent

Intel Nvidia

Windows 7 Linux


Cool How to make the "Full Screen Reading" layout the default view in Microsoft Word 2007 and 2010?

This guide describes how to set the Full Screen Reading layout as the default view in Microsoft Word 2007 and Microsoft Word 2010. Since Word doesn't have any options to achieve this, we have to go for an Auto Macro. The Auto Macros supported by Office Word 2007 and 2010 are:

Quote:
AutoExec - When you start Word or load a global template
AutoNew - Each time you create a new document
AutoOpen - Each time you open an existing document AutoClose - Each time you close a document
AutoExit - When you exit Word or unload a global template
Auto Macros can be stored in individual documents or the Normal template (for running in all the documents). In this particular case we need to add an AutoOpen Auto Macro to the Normal.dot template.


  1. Open MS Office Word 2007 or 2010 from the Start Menu.
  2. Press the key combination Alt+ F11 to open the Microsoft Visual Basic for Applications editor.


  3. From the left hand pane, right click on the first entry, Normal and choose Insert > Module



    This will create an entry Module1 (if you don't have any other modules) and opens the code editor in the right hand side:


  4. Copy paste the following code in the code editor:

    Code:
    Sub AutoOpen()
    ActiveWindow.View.Type = 7  'Full Screen Reading layout
    ActiveWindow.View.Zoom.Percentage = 100  'or your preference
    End Sub

  5. Now just close all the Office Word Windows we opened.
  6. Try opening any word document and they should load in Fullscreen Reading Layout now.



Note:- To enable the Fullscreen Reading Layout view for a single document, add the new Module to the Project (Document name) in step 3. The file needs to be saved as a Word Macro-Enabled Document format (.docm extension )




Last edited by Strider; 21-06-2011 at 05:49 PM..
Strider is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
disable word option "allow starting in Reading layout" in registry John Microsoft Office 2 26-05-2008 02:19 AM
How do I make 'Print Layout' the default 'View' in Word 2003 Teri at Birkdale Golf Microsoft Office Word 2 06-03-2008 04:21 PM
How do I make "Final without Markup" the default in Word 2007 Kenneth D. Forbus Microsoft Office Word 7 15-02-2008 01:31 AM
Word 2007 reading layout only full screen rYc Microsoft Office Word 0 28-11-2007 07:59 PM
How do I make "page down key" to give next full screen? FukuYama Sng Microsoft Office 2 14-09-2007 03:41 PM


< Home - Windows Help - MS Office Help - Hardware Support >


New To Site? Need Help?

All times are GMT +1. The time now is 03:43 AM.


vBulletin, Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2011, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional