Event macro

  • Thread starter Thread starter Amy
  • Start date Start date
A

Amy

Hi Bigwheel,

The macro has a problem, the message is popping up when
any value is placed in any cell on the worksheet.

Can it activate only if values in the range of cells is
changed?

Thanks
 
Hi
use a statement like
if intersect(target,me.range("A1:B202")) is nothing then exit sub

at the beginning
 

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