SplitVertical Property

Microsoft PowerPoint Visual Basic

Returns or sets the percentage of the document window height that the slide pane occupies in normal view. Corresponds to the pane divider position between the slide and notes panes. Read/write Long.

Remarks

The minimum value of the SplitVertical property is always greater than 0% because the slide pane has a minimum height that depends on a 10% zoom level. The actual minimum value may vary depending on the size of the application window.

Example

The following example sets the horizontal pane divider for the active document window to divide at 60% slide pane and 40% notes pane.

ActiveWindow.SplitVertical = 60