I've tried solutions found through searching google, but nothing seems to make "chdir" do what I want it to do. Any help would be greatly appreciated!
my code looks like this:
chdir \\network\mark's folders\file location
Application.Dialogs(xlDialogSaveAs).Show
I wanted the saveas dialog box to default to the location that I specified through chdir, but when the dialog box opens, it is at the normal default location (c:\...\my documents)
The code runs without any errors.
Any ideas?
Thanks!
my code looks like this:
chdir \\network\mark's folders\file location
Application.Dialogs(xlDialogSaveAs).Show
I wanted the saveas dialog box to default to the location that I specified through chdir, but when the dialog box opens, it is at the normal default location (c:\...\my documents)
The code runs without any errors.
Any ideas?
Thanks!