Skip to main content

How to quickly delete all autoshapes in Excel?

If you want to get rid of the auto shapes in Excel, you may look for an easy way to delete all shapes quickly rather than removing auto shape one by one. The following tricky method will help you delete all auto shapes with only one click.


arrow blue right bubble Delete all autoshapes in active worksheet with Go To function in Excel

If there are only one kind of objects—autoshapes in a worksheet, you can delete all autoshapes with Go To function.

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 autoshapes.

Note: Objects contain autoshapes, pictures, clip arts and so on. Applying this method will remove other objects besides auto shapes if there are not only autoshapes object in the worksheet.


arrow blue right bubble Delete all autoshapes in active worksheet with VBA

Using VBA macro can help you delete all auto shapes in active worksheet quickly.

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.

VBA: delete all shapes in active worksheet.

Sub DeleteShapes()
Dim Shp As Shape
For Each Shp In ActiveSheet.Shapes
Shp.Delete
Next Shp
End Sub

Step 3: Press the F5 key to run this macro.

Then you will see all shapes in active worksheet are deleted quickly.

Notes:

1. This VBA macro can only delete all shapes in active worksheet.

2. This VBA macro can delete all kinds of shapes in active worksheet, including pictures, ClipArt, Shapes, SmartArt, charts, Text boxes, etc.


arrow blue right bubble Delete all autoshapes in worksheet or workbook with Kutools for Excel

If you only want to remove the auto shapes from the worksheet, Kutools for Excel's Delete Illustrations & Object can help you delete specific shapes in active worksheet, selected worksheets or the whole workbook with only one click.

Kutools for Excel includes more than 300 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, please check Auto shapes option, and check one of option in look in section. See the following screen shot:

  • If you check the Active sheet option, it will delete all auto shapes in active worksheet;
  • If you check the Selected sheets option, it will delete all auto shapes in selected worksheets;
  • If you check the All sheets option, it will delete all auto shapes in the whole workbook.

Step 3: Click OK, it will remove all auto shapes.

Kutools for Excel's Delete Tools can help us delete all charts, lines, pictures, auto shapes, smart arts, text boxes, linked OLE objects and embedded OLE objects in active worksheet, selected worksheet or all worksheets of the current workbook. Click to know more…


Relative articles:

Best Office Productivity Tools

Supercharge Your Spreadsheets: Experience Efficiency Like Never Before with Kutools for Excel

Popular Features: Find/Highlight/Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns     Move Columns   |   Unhide Columns   |   Compare Columns to Select Same & Different Cells ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolset12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   Many More...

Kutools for Excel boasts over 300 features, ensuring that what you need is just a click away...

Supports Office/Excel 2007-2021 & newer, including 365   |   Available in 44 languages   |   Enjoy a full-featured 30-day free trial.

kte tab 201905


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!

Comments (16)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Thanks a lot
This comment was minimized by the moderator on the site
Thank you.
This comment was minimized by the moderator on the site
Thanks This was driving me crazy trying to delete hundreds of these on a file We share a t work!
This comment was minimized by the moderator on the site
thank you!
This comment was minimized by the moderator on the site
Many Thanks for help
This comment was minimized by the moderator on the site
⭐⭐⭐⭐⭐ Excelent Service! Thanks a lot
This comment was minimized by the moderator on the site
Man! I love you! It really helped me :) My excel was working like a turtle U SAVE MY ASS BUDDY
This comment was minimized by the moderator on the site
Man! I love you! It really helped me :) My excel was working like a turtle and file size was reduced from 5mb to 125KB !
This comment was minimized by the moderator on the site
Super quick Ctrl+G thanks
This comment was minimized by the moderator on the site
MERCI MERCI MERCI ! Ca fonctionne très bien et a sauvé mon fichier qui devenait inutilisable. Attention à la traduction, c'est ça qu'il faut mettre sur Visual basic :

Sub DeleteShapes()
Dim Shp As Shape
For Each Shp In ActiveSheet.Shapes
Shp.Delete
Next Shp
End Sub
This comment was minimized by the moderator on the site
Is there a faster way? My sheet has over 30,000 tiny shapes, which appear to have been automatically generated. Iterating through all of them in VBA takes a very long time and trying to select all of them freezes Excel. Is it possible to do something like delete ActiveSheet.Shapes. Or delete the drawings file that hosts them?
This comment was minimized by the moderator on the site
Great tip about Ctrl + G. Thank you!!
This comment was minimized by the moderator on the site
thanks.!very much
This comment was minimized by the moderator on the site
Awesome!
Thank you so much.
This comment was minimized by the moderator on the site
It worked out. Thanks a lot. There were so many auto shapes inserted in the sheet resulted into not responding error.
This comment was minimized by the moderator on the site
Great advice many thanks
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations