View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Michel Petit[_2_] Michel Petit[_2_] is offline
external usenet poster
 
Posts: 8
Default Running macros automaticaly

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?