I want to have a setting so if the user wishes to be notified every hour they are online a message box will pop up telling them. But I'm not to sure how to get it to work. :-\
Private Sub Timer_Elapse()
Static Min As Integer
You should be able to figure it out from there :)