Hello,
I'm trying to add a pause in my VBA Macro to allow the user time to edit a spreadsheet. Once the user is done editing they could click an "OK" or "Resume" button and my macro would continue. I could simply put a debugging stop inside VBA, but I don't want to run the risk of the end user messing with the code.
I've tried adding ones I've found online, but I am having trouble incorporating it into my code.
Thanks!
Bookmarks