Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I created a check box using the forms toolbar for a cell in Excel 2000. I
want to delete the check box but when I right click it and select cut it won't go away. It's like there are hundreds or maybe thousands of them layered on top of each other. I've tried deleting the row, deleting the column, clearing the contents of the cell, but nothing works. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Try this macro Sub Test() For Each Shape In ActiveSheet.Shapes Shape.Delete Next End Sub It would be worth checking that you have not got objects protected on the sheet. You could also try F5 - Special - Objects - delete key. Martin Martin -- mrice ------------------------------------------------------------------------ mrice's Profile: http://www.excelforum.com/member.php...o&userid=10931 View this thread: http://www.excelforum.com/showthread...hreadid=533140 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
to delete the check box you have to enter the desigh mode for that tool.Open
your toolbox and check the design icon.then you mark it and delete it. -- Basilio "mrice" wrote: Try this macro Sub Test() For Each Shape In ActiveSheet.Shapes Shape.Delete Next End Sub It would be worth checking that you have not got objects protected on the sheet. You could also try F5 - Special - Objects - delete key. Martin Martin -- mrice ------------------------------------------------------------------------ mrice's Profile: http://www.excelforum.com/member.php...o&userid=10931 View this thread: http://www.excelforum.com/showthread...hreadid=533140 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
check box help | Excel Discussion (Misc queries) | |||
... Can I set Spell Check to automatically check my spelling ... | Setting up and Configuration of Excel | |||
Visual basic Check Box and the IF formula | Excel Discussion (Misc queries) | |||
Creating a check box that does not require security clearance. | Excel Worksheet Functions | |||
Stubborn toolbars in Excel | Excel Discussion (Misc queries) |