Hi
I have a timer that runs to send a mail based on criteria. Problem is....the timer does not stop.....ever.....mailbox flooded, please help urgently.
the code above is what I used....I need something in before close to stop the timer 'cause it does not stop when I close the workbook.![]()
Private Sub Workbook_Open() Application.OnTime Now + TimeValue("00:02:00"), "Check1" End Sub
Bookmarks