need to write an if statement that will run a routine when it gets to a certain minute every hour, surely this is possible i just cant figure it
what i got:
but that doesnt work, the timer is set to count in intervals of 60000 (1 minute)
any help?

what i got:
Code:
If Minutes = 43 Then
Check1.Value = 1
Form1.Show
mnuTrayDoStuff.Checked = True
End If
but that doesnt work, the timer is set to count in intervals of 60000 (1 minute)
any help?