Change the document view to wdMasterView : Document View « Word « VBA / Excel / Access / Word






Change the document view to wdMasterView

 
Sub view()
    Documents("Sample.doc").Windows(1).View.Type = wdMasterView
End Sub

 








Related examples in the same category

1.changes the view for Sample.doc to Print Layout view
2.Change the document view to normal view
3.Change the document view to print view
4.change the document view to reading view
5.change the document view to wdWebView
6.Zooming the View to Display Multiple Pages