pjhtechnology
New Member
- Joined
- Mar 13, 2010
- Messages
- 7
I have a Workbook with links to a second Workbook - at the end of each week the user needs to run a Macro to break the links (I have this one)
As a reminder I'm currently showing a Msg Box anytime the file is closed reminding them to run the Macro if they have completed processing for the week (they can choose Yes to continue to close or No to stop the close and then run the macro)
I would like to stop showing the Msg Box if the file is used again after the links have been broken - the only thing I can think of is to check if there are any external links in the workbook before opening the Msg Box - unfortunately I cannot figure out how to check for those links in the BeforeClose macro
Any assistance is appreciated - Thanks
As a reminder I'm currently showing a Msg Box anytime the file is closed reminding them to run the Macro if they have completed processing for the week (they can choose Yes to continue to close or No to stop the close and then run the macro)
I would like to stop showing the Msg Box if the file is used again after the links have been broken - the only thing I can think of is to check if there are any external links in the workbook before opening the Msg Box - unfortunately I cannot figure out how to check for those links in the BeforeClose macro
Any assistance is appreciated - Thanks