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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.