Hi all,
I have a workbook that contains a macro that completes a process then clears all information from the workbook. I want to insert a message box that comes up first when the macro is run, that informs the user that running the macro will clear the workbook. If the user chooses "Yes", then the macro will continue to run, clearing the workbook in the process.
The user might not have realized that the macro will clear all of the data, and may wish to look over the data before it gets deleted. If the user clicks "No", then the macro will stop and not run the rest of the program. Is this something that can be easily done? I think I can get the macro to continue running if "yes" is selected, but I'm clueless about how to make it stop running if the user chooses "no".
Thank you for taking the time to read my question.
Bookmarks