PC_Meister
Board Regular
- Joined
- Aug 28, 2013
- Messages
- 72
Hello,
I am wondering if it is possible to add a countdown timer to a userform. Here is the design that I had in mind:
a) Insert a textbox on the userform displaying the countdown
b) Allow the user to interact with controls on userform while the countdown hasn't reached 0
c) Take action if countdown reaches 0 and user did not press the right controls
a) Seems a bit straightforward, possibly through recursion. However I can't seem to think of a way for b) and c), in particular if i adopt my recursive approach to a), the user will not be able to interact with the userform.
Any ideas? Thanks in advance
I am wondering if it is possible to add a countdown timer to a userform. Here is the design that I had in mind:
a) Insert a textbox on the userform displaying the countdown
b) Allow the user to interact with controls on userform while the countdown hasn't reached 0
c) Take action if countdown reaches 0 and user did not press the right controls
a) Seems a bit straightforward, possibly through recursion. However I can't seem to think of a way for b) and c), in particular if i adopt my recursive approach to a), the user will not be able to interact with the userform.
Any ideas? Thanks in advance