Working with Panes : ActiveWindow « Application « VBA / Excel / Access / Word






Working with Panes

 
Sub pane()
    With ActiveWindow
        .ViewType = ppViewSlide
        .Panes(1).Activate
    End With
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.Changing the View
12.Zooms the active window to 150 percent: