F
Fernando
How to run an excel macro automaticaly in 5 in 5 minutes? Is that possible?
Yes, you can.
The following line will run the macro "Sicuta" one minute after execition.
Application.OnTime Now + TimeValue("00:01:00"), "Sicuta"