SplitVertical Property
Applies To
Window object.
Description
Returns or sets the vertical split percentage for the specified window. Read/write Long.
Note To remove the split, set this property to zero (0) or set the Split property to False.
See Also
Split property.
Example
This example splits the active window so that the top pane occupies 70 percent of the window.
ActiveWindow.SplitVertical = 70
This example splits the window for Document1 in half vertically.
Windows("Document1").SplitVertical = 50