Multiple Checkboxes

zero3

New Member
Joined
Jan 28, 2008
Messages
7
Hello,

I am trying to set up a guest list. My goal is to have a column of about 150 check boxes for 3 different columns. Such as a check if someone was invited another if they rsvp'd and another if they attended.

The problem is that each check box is linked to the original cell and if I go through and change one column to each cell then the next column will be linked to the original check box in the other column.

My question is Is there anyway to make multiple check boxes for multiple columns without having to assign each one to a cell?

I found a macro that lets me assign individual check boxes in one column but I it doesn't add any kind of value to them and I need at least the true or false to pop up for sorting.

Any help is appreciated
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Hi and welcome to the board!!!
Forget the checkboxes. For this many, use a simulated checkbox. See my VBAExpress article CheckBox Alternative
Using this, each cell will be it's own checkbox and link, having a value of "a" when checked and "" when not checked.

lenze
 
Upvote 0

Forum statistics

Threads
1,215,064
Messages
6,122,936
Members
449,094
Latest member
teemeren

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top