For some reason, when I put the command...
Application.OnTime Now + TimeValue("00:30:00", "Runme"
into my program, it can not find the Runme macro. This macro is not visable in the the run menu, but it is there. I am attempting to use this function to have a program run endlessly every 30 minutes. Could it be a problem that this statement lies within the Runme macro?
Please help!!
Application.OnTime Now + TimeValue("00:30:00", "Runme"
into my program, it can not find the Runme macro. This macro is not visable in the the run menu, but it is there. I am attempting to use this function to have a program run endlessly every 30 minutes. Could it be a problem that this statement lies within the Runme macro?
Please help!!