Visible Property (VBA Add-In Object Model)

Microsoft VBA

Visible Property

           

For the Window object, returns or sets a Boolean value that specifies the visibility of a window. Read/write. For the CodePane object, returns a Boolean value that indicates whether or not the code pane is visible in the window. Read-only.

Return Values

The Visible property returns the following values:

Value Description
True (Default) Object is visible.
False Object is hidden.