RRinTetons
IS-IT--Management
I've got some templates that users utilize to make new reports several times a day. The reports should always be saved in the same location, regardless of the current working directory established by the user's options setting.
I created a macro:
Sub Auto_Run()
ChDir "J:\Reports\"
End Sub
As I understood it, that should run when the worksheet is opened, but when I go to Save in the new workbook it's still pointed at the default save directory established in Options.
Running the macro manually doesn't seem to do it, either, so I must have something wrong.
Help?
Richard Ray
Jackson Hole Mtn Resort
I created a macro:
Sub Auto_Run()
ChDir "J:\Reports\"
End Sub
As I understood it, that should run when the worksheet is opened, but when I go to Save in the new workbook it's still pointed at the default save directory established in Options.
Running the macro manually doesn't seem to do it, either, so I must have something wrong.
Help?
Richard Ray
Jackson Hole Mtn Resort