Link to home
Start Free TrialLog in
Avatar of HatchIT
HatchIT

asked on

Microsoft Word 2003 - Set default view to print layout view

Microsoft Word 2003 - Set default view to print layout view
Avatar of Chris Bottomley
Chris Bottomley
Flag of United Kingdom of Great Britain and Northern Ireland image

You can't set a default for all documents that you view in Word, because the view setting is stored with each individual document as a document property. You can save your document in the view with which you want it to open. Documents that you receive from others will open with the view in which they were previously saved.

Exact words from MS i.e. you can do it for a document at save but not the default view for all doc's

Chris
ASKER CERTIFIED SOLUTION
Avatar of Chris Bottomley
Chris Bottomley
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
To Create a macro:
------------------

Alt + F11 to open the macro editor
     In the project tree select as appropriate:
      WORD      : thisDocument
     In the workpane select as appropriate:
      WORD      : Document
     In the workpane select the required 'event', (i.e. 'open').
     Insert the required macro(s) into the selected subroutine.
  For User Code:
     Insert | Module to insert a code module into the project
     In the project tree select the module.
     Insert the required macro(s) into the selected module, ('Module1' or similar)
Close the Visual Basic Editor.

Check Security as appropriate:
------------------------------

In the application select Tools | Macro | Security
Select Medium
Select OK

To run a macro:
---------------

Alt + F8
Select the macro
Select 'Run'