Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1008 Bytes

PowerPoint.Application.Visible.md

File metadata and controls

47 lines (27 loc) · 1008 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.Visible property (PowerPoint)
vbapp10.chm502031
vbapp10.chm502031
PowerPoint.Application.Visible
8c28f542-56b2-49e3-8b77-a7424e00c773
06/08/2017
medium

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

[!includeSupport and feedback]