start a macro

J

johnT

i would like to start a macro only if a particular range
of cells have been recalculated
 
D

Don Guillett

right click sheet tab>view code>in the left window select worksheet> in the
right select workshet CHANGE.>in the macro

if target.address="$A$1" then call mymacro
 
Top