Changing the View : ActiveWindow « Application « VBA / Excel / Access / Word






Changing the View

 
'ppViewHandoutMaster, ppViewMasterThumbnails, ppViewNormal, ppViewNotesMaster, ppViewNotesPage, ppViewOutline, ppViewPrintPreview, ppViewSlide, ppViewSlideMaster, ppViewSlideSorter, ppViewThumbnails, or ppViewTitleMaster. 
Sub view()
    ActiveWindow.ViewType=ppViewSlideSorter
End Sub

 








Related examples in the same category

1.Get the Usable Height and Width
2.Toggle Headings
3.Toggle Gridlines
4.Splitting a Window 70 percent of the way down the window:
5.To remove the split from the window, set the Split property to False:
6.scrolls the active window up two screens
7.To display the Document Map for a window at the Document Map's previous width percentage (of the document's window), set the DocumentMap property to True:
8.Positioning and Sizing a Window: set its Left and Top properties
9.To size a window, set its Height and Width properties:
10.Opening a New Window
11.Zooms the active window to 150 percent:
12.Working with Panes