Hi,
I want to schedule send/recieve after every 2 minutes...
timestring = "00:02:00"
TimeToRun = Now + TimeValue(timestring)
Application.OnTime TimeToRun, "Sync"
This logic works fine in Excel-VBA but not in Outlook VBA. Outlook VBA does not recognize :
Application.OnTime
Any suggestions, please.
I want to schedule send/recieve after every 2 minutes...
timestring = "00:02:00"
TimeToRun = Now + TimeValue(timestring)
Application.OnTime TimeToRun, "Sync"
This logic works fine in Excel-VBA but not in Outlook VBA. Outlook VBA does not recognize :
Application.OnTime
Any suggestions, please.