Application.Visible property (PowerPoint)

Returns or sets the visibility of the specified object or the formatting applied to the specified object. Read/write.

Syntax

expression.Visible

expression A variable that represents an Application object.

Return value

MsoTriState

Remarks

The value of the Visible property can be one of these MsoTriState constants.

Constant Description
msoFalse The specified object or object formatting is not visible.
msoTrue The specified object or object formatting is visible.

See also

Application Object

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.