R
R Avery
I have the following system set up:
I have a reminder to perform a certain task every workday at 9am. It
does not popup the reminder until 9am.
An Excel .OnTime event that automatically performs some action at 8am
every day (relies on an Excel instance being open, but I can safely
assume that for now). If that action succeeds, I want it to
automatically dismiss the reminder so that I won't be bothered by it.
But if it fails, I want it to allow the reminder to pass on to me so
that I know the task has not been completed.
I cannot set the system up such that if the task fails, it creates a
one-time reminder for 9am, because I cannot guarantee that Excel will be
open to perform the task.
The code to perform all steps will be in Excel, but that shouldn't make
a difference.
Is there anyway to accomplish what I want? Any help would be most
appreciated.
I have a reminder to perform a certain task every workday at 9am. It
does not popup the reminder until 9am.
An Excel .OnTime event that automatically performs some action at 8am
every day (relies on an Excel instance being open, but I can safely
assume that for now). If that action succeeds, I want it to
automatically dismiss the reminder so that I won't be bothered by it.
But if it fails, I want it to allow the reminder to pass on to me so
that I know the task has not been completed.
I cannot set the system up such that if the task fails, it creates a
one-time reminder for 9am, because I cannot guarantee that Excel will be
open to perform the task.
The code to perform all steps will be in Excel, but that shouldn't make
a difference.
Is there anyway to accomplish what I want? Any help would be most
appreciated.