Remove checkboxes (Excel 2003)
kaivineb
-
JUlie -
JUlie -
Hello,
I have an Excel file where I've created checkboxes. By selecting the control toolbox, I can select and/or delete these checkboxes. However, there are checkboxes I can't select, and since I don't really master VBA, I don't know how to get rid of them (they're located right in the middle of a table...)
I'm out of ideas and I haven't found an answer to this same problem in the forums... I would really appreciate it if someone had a solution!
Thanks in advance
Kévin
Config: Windows XP / Excel 2003
I have an Excel file where I've created checkboxes. By selecting the control toolbox, I can select and/or delete these checkboxes. However, there are checkboxes I can't select, and since I don't really master VBA, I don't know how to get rid of them (they're located right in the middle of a table...)
I'm out of ideas and I haven't found an answer to this same problem in the forums... I would really appreciate it if someone had a solution!
Thanks in advance
Kévin
Config: Windows XP / Excel 2003
2 réponses
Show the Draw toolbar.
Take the object selection tool (click on the selection arrow)
With the selection tool, click on the sheet, hold down, and drag the selection to encompass the area containing the checkboxes, release and delete.
Click again on the selection arrow in the Draw toolbar to get back to the normal cursor.
--
Best regards
Patrice
Take the object selection tool (click on the selection arrow)
With the selection tool, click on the sheet, hold down, and drag the selection to encompass the area containing the checkboxes, release and delete.
Click again on the selection arrow in the Draw toolbar to get back to the normal cursor.
--
Best regards
Patrice
JUlie
You're welcome!