Hello,
I am trying to create a timer that, when pressed, counts seconds upward from 0 to 20, based on second(now()). In my test mode, I have my vba code as a procedure activated by a command button, and I want the seconds to display in a textbox. I'm using a Do While loop to accomplish...