FileDialogFilters.Clear Method
Removes all filters currently applied in a file dialog box.
Syntax
expression.Clear
expression A variable that represents a FileDialogFilters object.
Example
The following example iterates through the default filters of the SaveAs dialog box and displays the description of each filter that includes a Microsoft Excel file.
| Visual Basic for Applications |
|---|
|