ErikG
New Member
Hi All!
Just like the Application.GetSaveAsFilename() method allows users to specify an excel file that does not yet exist through a GUI dialog (It returns a string with the path and filename that the code then creates by saving a file), I would like to offer users a similar GUI/dialog to to specify a directory (that may not yet exist) that would receive output from several different sub-routines.
I tried the GetSaveAsFilename method but it would not let me specify a directory and Application.FileDialog limited me to existing directories. Does anyone know of a way to generate this functionality?
Many thanks in advance!!
Erik G
Just like the Application.GetSaveAsFilename() method allows users to specify an excel file that does not yet exist through a GUI dialog (It returns a string with the path and filename that the code then creates by saving a file), I would like to offer users a similar GUI/dialog to to specify a directory (that may not yet exist) that would receive output from several different sub-routines.
I tried the GetSaveAsFilename method but it would not let me specify a directory and Application.FileDialog limited me to existing directories. Does anyone know of a way to generate this functionality?
Many thanks in advance!!
Erik G