TRUE/FALSE BOX not activating a WS change

J

Jase

I have a code that is triggered by a worksheet change in a target area. I
have true/false check boxes to make my changes but the worksheet is not being
triggered from them. Any idea how I can manipulate this?
 
B

Bob Phillips

The checkboxes won't trigger a change event, that is triggered by a cell
change. Assign a macro to the checkbox that does what you require.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Top