I am using the following function and at the same time would like call another procedure with parameters
Application.OnTime (Now + TimeValue("00:00:02"), "Do This"
works just fine
If I try to pass parameters it doesn't
Application.OnTime (Now + TimeValue("00:00:02"), "DoThis(color, day, week)"
any suggestions?
Thanks,
Lino
Application.OnTime (Now + TimeValue("00:00:02"), "Do This"
works just fine
If I try to pass parameters it doesn't
Application.OnTime (Now + TimeValue("00:00:02"), "DoThis(color, day, week)"
any suggestions?
Thanks,
Lino