"=?Utf-8?B?QS4gU21hcnQ=?=" <ASmart@discussions.microsoft.com> wrote in
news:56D77841-0708-410D-8DF7-15D9D8E7EA5B@microsoft.com:
> 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
A. Smart - 03 Feb 2006 11:42 GMT
Perfect! U've got a good head there....
Cheers

Signature
Regards
Ashley Smart
> "=?Utf-8?B?QS4gU21hcnQ=?=" <ASmart@discussions.microsoft.com> wrote in
> news:56D77841-0708-410D-8DF7-15D9D8E7EA5B@microsoft.com:
[quoted text clipped - 11 lines]
>
> Tim F