ThreeBlindMice
New Member
- Joined
- Jul 8, 2014
- Messages
- 13
So basically I have a bunch of Command Button Click procedures, with a master button that calls upon each of the other buttons in turn. I have set up a timer on the Master Button that tracks the total run time and displays at the end in a Message Box. I am looking for a way to add timers to EACH of the buttons; but in a way that the Message Box will only display if that particular button is CLICKED and not called upon from the master button.