Are there tricks to delete multiple Text Boxes in workbook? It is time-consuming to delete each Text Boxes one by one. Actually, there are several ways can help you quickly delete all text boxes:

1. Click F5 or Ctrl+G to display Go To dialog and click Special.., see screenshot:

2. Check Objects, and then click Ok, it will select all objects, see screenshot:

3. Then click Backspace button to remove all text boxes.
Note: Objects contain text boxes, pictures, autoshapes and so on. Applying this method will remove other objects besides text boxes if there are not only text boxes object in the worksheet.
Using a VBA macro will be a good choice to delete all Text Boxes in active worksheet quickly, if you know the how-to.
Step 1: Hold down the ALT + F11 keys, and it opens the Microsoft Visual Basic for Applications window.
Step 2: Click Insert > Module, and paste the following macro in the Module window.
Sub DeleteTextBoxes()
ActiveSheet.Shapes.SelectAll
Selection.Delete
End Sub
Step 3: Press the F5 key to run this macro.
Then you will see all Text Boxes have been removed in active worksheet.
Notes:
1. This VBA macro can only delete all Text Boxes in active worksheet.
2. This VBA macro will not only delete all Text Boxes, but also delete all kinds of shapes in active worksheet, including pictures, ClipArt, Shapes, SmartArt, charts, etc.
Sometime you may want to delete only the Text Boxes, but remains other shapes, such as charts. Please do not worry about it.Kutools for Excel's Delete Illustrations & Object. can delete only the Text Boxes in active worksheet, selected worksheets or the whole workbook without affecting other shapes.
Kutools for Excel includes more than 120 handy Excel tools. Free to try with no limitation in 30 days. Get it Now.
Step 1: Click the Kutools > Delete Illustrations & Object.

Step 2: In Delete Tools dialog box, check the Text Boxes option.

Step 3: Check right option in look in section:
Step 4: Click OK.
Then you will see all Text Boxes are clear at once in active worksheet, selected worksheets, or the whole workbook according to the options you checked in Step 3.
Kutools for Excel's Delete Tools can help us delete all charts, lines, pictures, auto shapes, smart arts, text boxes, linked OLE objectsand embedded OLE objects in active worksheet, selected worksheet or all worksheets of the current workbook. Click to know more…
Bring handy tabs to Excel and other Office software, just like Chrome, Firefox and new Internet Explorer.
Amazing! Increase your productivity in 5 minutes. Don't need any special skills, save two hours every day!
200 New Features for Excel, Make Excel Much Easy and Powerful:
برچسب:
نویسنده: باران ابراهیمی