Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There is a hidden text box that is referenced in a single cell. That cell
was then copied over and over again until there's something like 10,000 hidden text boxes in the spreadsheet. Is there a script that we can run that will parse these sheets and remove those hidden text boxes? We need to remove these hidden text boxes, we are unable to find any fixes for this issue. I have the sheets included in a zip file, please feel free to take a look at them as needed. http://members.cox.net/~armsja/ExcelProblems.zip Thank you in advance. -- Josh Bopp James Armstrong |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you want to delete them all run this:
Sub ClearTextBoxes() ActiveSheet.TextBoxes.Delete End Sub -- Jim "Josh.Bopp" wrote in message ... | There is a hidden text box that is referenced in a single cell. That cell | was then copied over and over again until there's something like 10,000 | hidden text boxes in the spreadsheet. | | Is there a script that we can run that will parse these sheets and remove | those hidden text boxes? We need to remove these hidden text boxes, we are | unable to find any fixes for this issue. | | I have the sheets included in a zip file, please feel free to take a look at | them as needed. | | http://members.cox.net/~armsja/ExcelProblems.zip | | Thank you in advance. | | -- | Josh Bopp | James Armstrong |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Spreadsheets - hidden rows | New Users to Excel | |||
User Form Text Boxes - Copy format of text boxes | Excel Discussion (Misc queries) | |||
How do I delete list boxes from Excel spreadsheets? | Setting up and Configuration of Excel | |||
how ro remove boxes in spreadsheets | New Users to Excel | |||
How to select all hidden text boxes | Excel Discussion (Misc queries) |