הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Returns or sets a Boolean value that determines whether the object is visible. Read/write.
Syntax
expression.Visible
expression A variable that represents an Application object.
Example
'When used in a workbook this makes Excel invisible.
Application.Visible = False
'Waiting five seconds, then showing Excel again.
Application.Wait Now + TimeValue("00:00:05")
'Makes Excel visible again.
Application.Visible = True
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.