Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the code below which removes Form Control buttons, but it also
removes Charts I have on the sheet, how can I adjust the code below, which will allow me to still remove the buttons but not the Charts? Sub ClearMacroButtons() On Error Resume Next Sheets("Report").Select ActiveSheet.DrawingObjects.Visible = True ActiveSheet.DrawingObjects.Delete On Error GoTo 0 End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using Multiple sets of Option Buttons (Form Control) In Excell | Excel Worksheet Functions | |||
Form buttons and Control Command Buttons | Excel Programming | |||
Form Buttons Connected to a Macro - Want to remove the button | Excel Worksheet Functions | |||
how to delete or remove checkbox form control in Excel? | Excel Discussion (Misc queries) | |||
How do I create a form in a worksheet with control option buttons. | New Users to Excel |