I have an array of check boxes in I5:Q17. I want to use the worksheet change sub to catch when one of the boxes is checked or un checked. I know the box is referenced to the underlying cell, and it changes from True to False depending on the state of the check.

If I type True or False in the cell, Sub ..Change catches it, but it won't catch the mouse click in the box.

As I type this I think I answered my own question. Do I have to use some mouse click routine instead of cell change?

I have not done this before....any points in the right direction?

Thanks