Pane.VerticalPercentScrolled property (Word)

Returns or sets the vertical scroll position as a percentage of the document length. Read/write Long.

Syntax

expression. VerticalPercentScrolled

expression Required. A variable that represents a 'Pane' object.

Example

This example vertically scrolls the active pane of the window for Document1 to the end.

With Windows("Document1") 
 .Activate 
 .ActivePane.VerticalPercentScrolled = 100 
End With

See also

Pane 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.