Run Macro from a Cell

D

Danny

Hi,

Is there a way to run a macro when you select/point at a cell (blank cell,
cell with a formula or cell with a named range)?

Thank you,
 
D

Don Guillett

right click sheet tab>view code>left menu select worksheet>right menu select
selectionchange put your code there
if target.address="$A$1" then run my macro
 
Top