change

D

Doug

Is it possible to run a procedure/another macro when the
value of a particular cell changes no matter if it is
selected or not. The worksheet_change event does not
accommodate this. If there is not an event procedure is
there a way to make this work. Any thoughts would be
appreciated.

Thank You,
 
M

mike

Worksheet_Change does respond to any change action no
matter is done through direct intervention of the user,
macros or external links. By Worksheet_Change means you
can call a function/procedure.

Could you give some detail of your issue?
mike
 
Top