Visible Property
The Visible property returns or sets the visibility state of an application or object. Returns a Boolean.
Syntax
object.Visible
object.Visible = Visible
Parameter | Type | Description |
Visible | Boolean | required, true for a visible application or object |
Example 1
This example demonstrates how to return whether or not the Grapher application is visible.
Debug.Print GrapherApp.Visible
Example 2
This example demonstrates how to display Grapher.
GrapherApp.Visible = True
Used by: Application object, AutoShape object