Check box click needed or some work around!

I see how to add events to the checkbox change. but I only want these to happen if i manually change them.
however I have occasions where other procedures change them automatically, when this happens I don't want the events to run . any ideas?

Set a variable/true or false in your procedure. Then test for this in the .Changed event, resetting the variable afterwards

Thanks. been trying to find the solution in the checkbox changed. I'll put the example blocks. if others find this.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.