Export File Dialog Box

The Export File dialog box allows you to save the current or selected macro file to a specified location. The dialog box also enables you to specify a new name for a component.

You can access this dialog box by clicking Export <file name> on the File menu.

  • File name
    Defaults to the name of the project item (with a .vb file extension) as displayed in the Project Explorer.

  • Save as type
    Saves a file as a particular type from the following list:

    • Visual Basic Files (*.vb) — Lists project files with the .vb extension.

    • All Files (*.*) — Lists files of all types.

  • Save
    Saves the file under the name you provided in the File name text box.

You can select multiple project items for exporting. If you do this, Visual Studio Macros displays the Export File dialog box for each exportable item. If an error occurs during one of the export operations, or if you cancel the operation or dialog box for any of the exports, the entire action is canceled.

See Also

Reference

Property Pages Dialog Box