Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
I have a macro (below) that removes all tickmarks, but it also removes text boxes with data in them. Is there a way to remove all tickmarks but leave the text boxes alone. Any help will be appreciated. Sub RemoveShapes() Dim wks As Worksheet Dim shp As Shape For Each wks In Worksheets For Each shp In wks.Shapes shp.Delete Next shp Next wks End Sub -- thank you mac |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
error when running cut & paste macro | Excel Worksheet Functions | |||
Compiling macro based on cell values | Excel Discussion (Misc queries) | |||
Search, Copy, Paste Macro in Excel | Excel Worksheet Functions | |||
Closing File Error | Excel Discussion (Misc queries) | |||
Highlight Range - wrong macro, please edit. | Excel Worksheet Functions |