Worksheet_Change problem

  • Thread starter Thread starter Ben_2004
  • Start date Start date
B

Ben_2004

I have put a code into the Worsheet_Change function and it works great
If a duplicate value is entered in two cells within the given range
chose in my code, a warning pops up and the duplicate value is eraced.

My problem is, if one puts values into cells by choosing one cell an
then "draging" using the ctrl button (copy) all cells have duplicat
values but the Worksheet_Change doesn't go into action!! Furthermore
When eracing a few cells at a time, by selecting a few cells an
pressing delete, the functions of excel, like "count" etc. are update
but once again, the Worksheet_Change doesn't do my code.

I tried using "SelectionChange" and Calculate, but the same problem.

What can I do
 

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