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
Access one of the built-in dialogs? Dialogs dialogs property Make use of a predefined dialogue box?

See also: