DocumentWindow.SplitVertical property (PowerPoint)

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.

Syntax

expression.SplitVertical

expression A variable that represents a DocumentWindow object.

Return value

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

See also

DocumentWindow Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.