ted.jennings
New Member
- Joined
- Feb 4, 2009
- Messages
- 2
I have macro that is called up from a button on a sheet.
For various reasons this button is supposed to be clicked after other things are done first, and then not ever used again (unless the process is restarted)
I would like to include some code to maybe pop up a msgbox if the button is clicked more than once asking if the user is sure they want to run the macro again.
I know I can hide/delete the button after the macro runs once, but I'd rather not do it that way.
Thanks
For various reasons this button is supposed to be clicked after other things are done first, and then not ever used again (unless the process is restarted)
I would like to include some code to maybe pop up a msgbox if the button is clicked more than once asking if the user is sure they want to run the macro again.
I know I can hide/delete the button after the macro runs once, but I'd rather not do it that way.
Thanks