Application.Dialogs Property
Returns a Dialogs collection that represents all built-in dialog boxes. Read-only.
Syntax
expression.Dialogs
expression A variable that represents an Application object.
Example
This example displays the Open dialog box (File menu).
| Visual Basic for Applications |
|---|
|