View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Fernando Fernando is offline
external usenet poster
 
Posts: 21
Default Running macros automaticaly


Thank you Michel!

"Michel Petit" escreveu:

Yes, you can.
The following line will run the macro "Sicuta" one minute after execition.

Application.OnTime Now + TimeValue("00:01:00"), "Sicuta"


"Fernando" wrote:

How to run an excel macro automaticaly in 5 in 5 minutes? Is that possible?