Lazarus416
Board Regular
- Joined
- Feb 20, 2013
- Messages
- 103
I use the "ActiveWorkbook.SaveAs Filename:=" code to auto save my workbook to a share drive whenever I run a macro. However, I'd like to export my macro out so that other people can use it and since they all save their docs to different places on the share drive, I was wondering if there is a way to make the macro prompt for the saving location every time the macro is run instead of including the file path in the script?
Alternatively, is it possible to make a macro that you run ONCE asking for a save/file path and have that one time only macro modify the VBA code in the primary one to reflect the desired path?
Thanks in advance,
Laz
Alternatively, is it possible to make a macro that you run ONCE asking for a save/file path and have that one time only macro modify the VBA code in the primary one to reflect the desired path?
Thanks in advance,
Laz