I have some experience with VBA but I am new to applying it to outlook.
I am curious how I would go about having a daily reminder that also pop up a message box with a yes, no response and then record that response on a excel document.
I am not entirely sure about what sub I should be using
Private Sub Application_Reminder(ByVal Item As Object)
End Sub
If anyone could give me an example or point me in the right direction about how to approach this I would be greatly appreciative.
Thanks,
-AJ
I am curious how I would go about having a daily reminder that also pop up a message box with a yes, no response and then record that response on a excel document.
I am not entirely sure about what sub I should be using
Private Sub Application_Reminder(ByVal Item As Object)
End Sub
If anyone could give me an example or point me in the right direction about how to approach this I would be greatly appreciative.
Thanks,
-AJ