Dialogs Property

Microsoft Excel Visual Basic

Dialogs Property

       

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