JenniferMurphy
Well-known Member
- Joined
- Jul 23, 2011
- Messages
- 2,676
- Office Version
- 365
- Platform
- Windows
I'm doing a little re-engineering of my personal add-in module. I am making changes to several functions. Some of these are incompatible with way the function used to work. I don't know where all of the function calls are (which workbooks and sheets), so I am putting MsgBox calls to tell the user to change the call. The problem is, if that function is called 100 or 1,000 times on a sheet, the user will have to clear 100 or 1,000 messages before they can make the changes.
Is there a better way?
Is there a way to limit number of MsgBox messages to just the first one in each sheet?
Is there a better way?
Is there a way to limit number of MsgBox messages to just the first one in each sheet?