jiggaman84
New Member
- Joined
- Jan 22, 2010
- Messages
- 17
Hi
I want to alert users with a message box containing the following question: "Prior Valuation - Are you sure you want to edit this worksheet?" Ans(Y/N), should the user attempt to edit any cells within a specific range ("C2:AS100") on the worksheet, say Sheet3.
Ideally, it would only pop up the first time the user attempted to make a change to a value within the range. Therefore, if the user say 'Yes', it will not pop up again until the user returns to that worksheet again from another worksheet in the file and attempts to edit a cell value within the C2:AS100 range once more.
I have 300 files that I need this to be applied to, so I plan on implanting the macro from a central source workbook into each workbook using another macro, if that makes any sense.
Thanks in advance!
I want to alert users with a message box containing the following question: "Prior Valuation - Are you sure you want to edit this worksheet?" Ans(Y/N), should the user attempt to edit any cells within a specific range ("C2:AS100") on the worksheet, say Sheet3.
Ideally, it would only pop up the first time the user attempted to make a change to a value within the range. Therefore, if the user say 'Yes', it will not pop up again until the user returns to that worksheet again from another worksheet in the file and attempts to edit a cell value within the C2:AS100 range once more.
I have 300 files that I need this to be applied to, so I plan on implanting the macro from a central source workbook into each workbook using another macro, if that makes any sense.
Thanks in advance!