TextBox.ScrollBars property (Access)

Use the ScrollBars property to specify whether scroll bars appear on a text box control. Read/write Byte.

Syntax

expression.ScrollBars

expression A variable that represents a TextBox object.

Remarks

The ScrollBars property uses the following settings.

Setting Visual Basic Description
None 0 (Default) No scroll bars appear on the text box.
Vertical 2 A vertical scroll bar appears on the text box.

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.