I have been using RonDeBruin mail macro (very nice). Now I am adding a reminder to the mail. Which does work, but the timings do not!
Whenever I send, it pops up instantly saying due NOW, when it should be the current time + time()
Any ideas?
Whenever I send, it pops up instantly saying due NOW, when it should be the current time + time()
Any ideas?
Code:
.ReminderSet = True
.ReminderTime = Now + Time(1, 0, 0)
.DueDate = Now + Time(8, 0, 0)