adovelikeboy
New Member
- Joined
- Aug 1, 2010
- Messages
- 9
Currently I have a range of 8 macros that are called by a series of worksheet events. The worksheet events are triggered by the user selecting one of 8 variables from a pull-down menu.
The problem with this method is: If the user does not reset their chosen value in the pulldown menu to the null value, then the workbook continues to trigger the worksheet events, which continue to call the macros, and the whole thing becomes a jittering, buggy mess.
Can I get around this problem but still use the pull-down menu but only have it trigger the appropriate menu if I insert a button?
Or should I insert 8 separate buttons, each linked to one macro?
Thanks
The problem with this method is: If the user does not reset their chosen value in the pulldown menu to the null value, then the workbook continues to trigger the worksheet events, which continue to call the macros, and the whole thing becomes a jittering, buggy mess.
Can I get around this problem but still use the pull-down menu but only have it trigger the appropriate menu if I insert a button?
Or should I insert 8 separate buttons, each linked to one macro?
Thanks