Anthony47
Well-known Member
- Joined
- Mar 29, 2006
- Messages
- 3,469
- Office Version
-
- 365
- 2010
- Platform
-
- Windows
Hello everyone,
I tryed to schedule a macro from within a Udf using the OnTime method:
Application.OnTime Now + TimeValue("00:00:05"), "Macro1"
The instruction is executed normally, as well as the remaining instructions of the Udf, but Macro1 does not start.
Is this one of the forbidden actions for an Udf, or am I missing something?
Thank you.
I tryed to schedule a macro from within a Udf using the OnTime method:
Application.OnTime Now + TimeValue("00:00:05"), "Macro1"
The instruction is executed normally, as well as the remaining instructions of the Udf, but Macro1 does not start.
Is this one of the forbidden actions for an Udf, or am I missing something?
Thank you.