View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bret[_3_] Bret[_3_] is offline
external usenet poster
 
Posts: 2
Default Run a macro based on event

I would like to run a macro based on an event either by calling it from a cell based on an value change (DDE request is monitoring a status word; seconds on a clock) or by setting up an time delay that calls a macro every minute or so

Any idea what the syntax/solution would be for this?