Application.Dialogs Property

Excel Developer Reference

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
  Application.Dialogs(xlDialogOpen).Show

See Also