check boxes and VBA code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am creating a spreadsheet with multiple check boxes on it. There is
different code attached to each box, but when I click any box the code is
being ignored and only the first set of code is being run. How can I fix
this?
 
Do you have them all linked to the same cell. Are these from the control
toolbox toolbar or from the forms toolbar. (these are checkboxes and not
optionbuttons? ). How did you attach the code?

for Forms checkboxes:
Did you rename it after you attached it?
or for control toolbox toolbar checkboxes:
Is this a copied sheet in xl97?

Perhaps some sample code from two or three of them.
 
I have figured out what I was doing wrong. I had some incorrect code. Thnak
You
 

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