What is the most effective way to open a standard save-dialog message box to allow end-user to enter path/filename?
Currently using:
Given the above method, I am unable to add filters for the filetype (ie. when used it will always say "*.* | All"...
Currently using:
Code:
set oDialog = Application.filedialog(2)
Given the above method, I am unable to add filters for the filetype (ie. when used it will always say "*.* | All"...