Forum Discussion
SamFares
May 28, 2021Brass Contributor
VBA code to remind the Excel sheet user to run the Macro
Hello, I have created a macro for design in an excel sheet that has two tabs in it. What is the VBA code if a user make any input changes to remind him in the end before he exists to run the des...
- May 28, 2021
You have copied the code into the code module of the CJ Design and Addl Composite Stage Loads sheets instead of into the ThisWorkbook module.
HansVogelaar
May 28, 2021MVP
You have copied the code into the code module of the CJ Design and Addl Composite Stage Loads sheets instead of into the ThisWorkbook module.
SamFares
May 28, 2021Brass Contributor
Thank you Hans!