I'm using the MkDir function on a command button which creates a new folder in the C: drive. Example:
I'd like to be able to choose the file name and destination this is saved to so need to call the SaveAs dialog box if possible. Any suggestions how to do this?
Thanks
Code:
MkDir "C:\Export Folder"
I'd like to be able to choose the file name and destination this is saved to so need to call the SaveAs dialog box if possible. Any suggestions how to do this?
Thanks