Page.VerticalScrollBarSide Property (Outlook Forms Script)

Returns or sets an Integer that specifies whether a vertical scroll bar appears on the right or left side of a page. Read/write.

Syntax

expression.VerticalScrollBarSide

expression A variable that represents a Page object.

Remarks

The settings for VerticalScrollBarSide are:

Value Description
0 Puts the scroll bar on the right side (default).
1 Puts the scroll bar on the left side.

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.