deleting checkboxes

  • Thread starter Thread starter marksuza
  • Start date Start date
M

marksuza

Hi, I have worksheets with several checkboxes, but I dont want to select
them individually and press delete.

Is there a way to delete them all without having to do it one by one?

Thanks a lot.

Mark
 
Hi, I have worksheets with several checkboxes ...

How many is "several"?

If you've no other objects on the sheet, you could F5 -- Special --
Objects -- OK, then delete en masse.

If you've other objects, you could select them sequentially using
CTRL+Shift.

If you've scores, post back -- Dave Peterson has written code for this, I'll
dig it out.

Rgds,
Andy


On the stereo this week ; Albinoni, Samuel Barber, Nirvana, Sinead O'Connor
 
This suggestion from Ron de Bruin.

Rgds,
Andy


Sub test()
ActiveSheet.CheckBoxes.Delete
End Sub
 

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