Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Macro 1 deletes ALL checkboxes on the sheet.
Macro 1 errors out. How do I delete checkboxes in a given range on the sheet, leaving the others intact? Thanks, Howard Sub Delete_Checkboxes1() ActiveSheet.CheckBoxes.Delete End Sub Sub Delete_Checkboxes2() ActiveSheet.Range("A2:B10").CheckBoxes.Delete End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Checkboxes | Excel Programming | |||
delete checkboxes | Excel Discussion (Misc queries) | |||
How many checkboxes can you have? | Excel Programming | |||
How do I delete checkboxes from rows I deleted in a macro? | Excel Discussion (Misc queries) | |||
Delete every 3rd row, then delete rows 2-7, move info f/every 2nd row up one to the end and delete the row below | Excel Programming |