Page.Visible Property (Outlook Forms Script)

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

Syntax

expression.Visible

expression A variable that represents a Page object.

Remarks

True to specify the page is visible (default), False to specify the page 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 pages 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.