Dialogs Property [Excel 2003 VBA Language Reference]

Returns a Dialogs collection that represents all built-in dialog boxes. Read-only.

For information about returning a single member of a collection, see Returning an Object from a Collection .

Example

This example displays the Open dialog box (File menu).

Application.Dialogs(xlDialogOpen).Show

Applies to | Application Object