View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default TRUE/FALSE BOX not activating a WS change

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)



"Jase" wrote in message
...
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?