Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ERIKSENU

  1. ERIKSENU

    Pause my application for 20 mins

    Hi.. Maybe this code can help you?? You make a variable, lets call it Timm% If your timer is called Timer1 set the interval to 60000 = 60 sec = 1 minute Sub Timer1() Timm = Timm + 1 If Timm > 29 then ' Exactly 30 minutes has gone 'Timer1.enabled=False ' disconnect the timer...

Part and Inventory Search

Back
Top