J
J.
Is there a way I can execute a set of code in VBA when outlook
synchronizes with exchange?
For example, I can execute a set of code when outlook exits by using:
Private Sub Application_Quit()
'code
End Sub
How do I do this when outlook or the user synchronizes?
Thanks.
synchronizes with exchange?
For example, I can execute a set of code when outlook exits by using:
Private Sub Application_Quit()
'code
End Sub
How do I do this when outlook or the user synchronizes?
Thanks.