View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Stephen Bullen[_4_] Stephen Bullen[_4_] is offline
external usenet poster
 
Posts: 205
Default Automatic Macro Execution Upon Cell Values Changing

Hi Wardides,

how do I tell the worksheet_change event that it should only run if c5
is changed ?


It will always run - you have to test the Target parameter to see if
it's the one you want - such by checking its address, or seeing if it's
inside a named range.

Regards

Stephen Bullen
Microsoft MVP - Excel
www.oaltd.co.uk