How do I get the reminder to fire and how do I get it to re-activate? I currently have the following code but it does nothing at the moment. Also keep in mind I want this to run my own custom code every ten minutes. I just used the MsgBox example because I didn't need all of my code in there complicating things.
Private Sub Application_Reminder(ByVal Item As Object) MsgBox ("Hello World") End Sub





