Please Help?! Word Document Layout

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Good Afternoon,

Does anybody know of any programming syntax to get a document to open in a
specific layout. (i.e. Print Layout, Normal Layout).

Thanx in advance
 
Does anybody know of any programming syntax to get a document to open
in a specific layout. (i.e. Print Layout, Normal Layout).

you would be better off asking this in a Word programming group, but off
the top of my head you need to look at the View property of the Window
object sic:

ActiveDocument.ActiveWindow.View.Type = wdNormalView


Hope that helps


Tim F
 
Back
Top