change

  • Thread starter Thread starter Doug
  • Start date Start date
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,
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top