crystalneedshelpplzthnx
Board Regular
- Joined
- Nov 24, 2017
- Messages
- 55
- Office Version
- 365
- Platform
- Windows
Hi All,
I would like assistance creating a message box to find and replace the location of the files being saved. There are several files, but all are saved to
C:\Users\xxx\OneDrive - xxx\xxx\Daily Reports
on my system.
I am attempting to create an easy update to the macro if another user needs to run this macro. I'm requesting code to customize to their own location with a simple find replace at the beginning of the macro.
My idea: Once the macro is ran the user gets a pop up asking if the save location needs to be updated (Yes / No)
If yes another box to input file save location (which will then replace my location with theirs in the code...and the macro finishes as usual.
If no, macro continues as is...
Is there a way to do this within the current macro?
Thnx for your help in advance.
I would like assistance creating a message box to find and replace the location of the files being saved. There are several files, but all are saved to
C:\Users\xxx\OneDrive - xxx\xxx\Daily Reports
on my system.
I am attempting to create an easy update to the macro if another user needs to run this macro. I'm requesting code to customize to their own location with a simple find replace at the beginning of the macro.
My idea: Once the macro is ran the user gets a pop up asking if the save location needs to be updated (Yes / No)
If yes another box to input file save location (which will then replace my location with theirs in the code...and the macro finishes as usual.
If no, macro continues as is...
Is there a way to do this within the current macro?
Thnx for your help in advance.