Checkboxes are like Tribbles!

Xipha

New Member
Joined
Oct 29, 2013
Messages
16
Ok, so I hate using checkboxes, but in this case I don't have a choice (The sheet was designed by someone else and has a ton of checkboxes that don't line up with individual cells, I am just writing some macros for it)

So the macro copies a template worksheet, but when it does, every checkbox is copied twice, sometimes three times and the copies say "Check Box 114" etc next to them, which totally messes up how the sheet is supposed to look. I can't tell the macro to delete just the duplicates because then I would have to refer to them by name, and the names are not constant. I am beyond frustrated right now. Why does this happen, and how can I fix it? (I am using Office 365, you think they would have worked out the bugs in checkboxes by now.....)

Thanks
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Hi and Welcome to the Board,

Nice thread title! I haven't observed Checkboxes multiplying on their own. Is it possible that the checkboxes were already duplicated before the template worksheet was copied, or perhaps the macro is making the duplicates?

If you still need to clean up the file, it's feasible to write some VBA code that will find and eliminate duplicates.

Just ask if you want some help with that.
 
Upvote 0
Hi,

I am using Office 365 as well and have run into the same trouble. I am the designer of the form, so would like to get some help if I can avoid using checkboxes altogether!

Regards,

elncid
 
Upvote 0

Forum statistics

Threads
1,216,190
Messages
6,129,421
Members
449,509
Latest member
ajbooisen

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