Application.FileDialog Property
Word Developer Reference |
Returns a FileDialog object which represents a single instance of a file dialog box.
Syntax
expression.FileDialog(FileDialogType)
expression Required. A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
FileDialogType | Required | MsoFileDialogType | The type of dialog. |
Example
This example displays the Save As dialog box.
Visual Basic for Applications |
---|
|
This example displays the Open dialog box and allows a user to select multiple files to open.
Visual Basic for Applications |
---|
|
See Also