SaveAs File Dialog Box

by Linda Quinn

Close Window        Print Page


This code allows the user to select the name of the file being saved.


It also allows the user to select the path where the file will be saved.



Application.GetSaveAsFileName will display a SaveAs dialog box

FILEX will contain the name of the saved file.

FILEX will be false if the dialog box is Cancelled.

FileFilter selects a default extension. This can be overridden in the dialog box.



Examples of Filter Statements










Copyright © 2006-2019, LQSystems,Inc. All rights reserved.