M
Marty L
I would like to use the FileDialog object to allow the user to select a path
to store a file created by my vba application. I am doing this in EXCEL.
It works fine, however since there is only one instantiation of the object,
the normal EXCEL FILE OPEN, FILE SAVE etc get changed to the path the user
selected from my use of the object.
How do I set the FileDialog 'default' path back to the
Application.DefaultPath (without actually opening the dialog) so the next
time the user selects FILE, SAVE in EXCEL it defaults to the
Application.DefaultPath? Or should I be using a different method for my
user interface?
Thanks, Marty
to store a file created by my vba application. I am doing this in EXCEL.
It works fine, however since there is only one instantiation of the object,
the normal EXCEL FILE OPEN, FILE SAVE etc get changed to the path the user
selected from my use of the object.
How do I set the FileDialog 'default' path back to the
Application.DefaultPath (without actually opening the dialog) so the next
time the user selects FILE, SAVE in EXCEL it defaults to the
Application.DefaultPath? Or should I be using a different method for my
user interface?
Thanks, Marty