View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JLR-Mart JLR-Mart is offline
external usenet poster
 
Posts: 24
Default Run macro in background

I have several macros that I run each day, some of which take up to an hour
to complete. Whilst they are running I cannot use Excel. Is there a way to
run macros in the background or, better still, have them run during the night
like a cron job in UNIX ???

Many thanks for any help.