Tab.Visible Property (Outlook Forms Script)

Returns or sets a Boolean that specifies whether a Tab is visible or hidden. Read/write.

Syntax

expression.Visible

expression A variable that represents a Tab object.

Remarks

True to specify the tab is visible (default), False to specify the tab is hidden.

Use the Visible property to control access to information without displaying it. For example, you could use the value of a control on a hidden form as the criteria for a query.

All tabs are visible at design time.

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.