FileDialog.Execute Method
Runs the procedure or built-in command assigned to the specified command bar control.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub Execute
'Usage
Dim instance As FileDialog
instance.Execute()
void Execute()
Remarks
For FileDialog objects of type msoFileDialogOpen or msoFileDialogSaveAs, carries out a user's action right after the Show method is invoked.