Skip to main content

How to quickly delete all html objects in Excel?

Author Xiaoyang Last modified

Maybe, some of you usually copy some information from the website and paste it into the Excel worksheet, and some html objects, such as check boxes, drop down lists, buttons and so on will be pasted into the worksheet as well. But you don’t want the html objects, how could you get rid of them in Excel? This tutorial will help you solve this problem.

Delete all objects in worksheet with Go To Special command

Delete all objects in worksheet with VBA code

Delete all html objects only in worksheet with Kutools for Excel with one clickgood idea3


arrow blue right bubble Delete all objects in worksheet with Go To Special command

With this Go To Special command, you can select all of the objects either the html objects or Excel objects first, and then with the Delete key to remove them.

1. Click Home > Find & Select > Go To Special, see screenshot:

Click Home > Find & Select > Go To Special

2. In the Go To Special dialog box, click Objects, and then click OK.

click Objects in the Go To Special dialog box

3. And all of the objects have been selected, then press Delete key on the keyboard. The selected objects have been removed. see screenshots:

all of the objects are selectedarrow rightpress Delete key to remove the objects

a screenshot of kutools for excel ai

Unlock Excel Magic with Kutools AI

  • Smart Execution: Perform cell operations, analyze data, and create charts—all driven by simple commands.
  • Custom Formulas: Generate tailored formulas to streamline your workflows.
  • VBA Coding: Write and implement VBA code effortlessly.
  • Formula Interpretation: Understand complex formulas with ease.
  • Text Translation: Break language barriers within your spreadsheets.
Enhance your Excel capabilities with AI-powered tools. Download Now and experience efficiency like never before!

arrow blue right bubble Delete all objects in worksheet with VBA code

With the following short VBA code, you can also get rid of the objects in the active worksheet.

1. Hold down the ALT + F11 keys to open the Microsoft Visual Basic for Applications window.

2. Click Insert > Module, and paste the following code in the Module Window.

Sub DeleteObjects()
Dim obj As Object
For Each obj In ActiveSheet.Shapes
obj.Delete
Next
End Sub

3. Then press F5 key to run the code, all of the objects in the active worksheet will be removed.


arrow blue right bubble Delete all html objects in worksheet with Kutools for Excel with one click

Both of the above two methods will remove all of the objects including the other Excel objects, such as pictures, charts, or shapes. But if you have Kutools for Excel’s Delete Web Controls tool, you can easily delete only the html objects in the active worksheet as you need.

Kutools for Excel offers over 300 advanced features to streamline complex tasks, boosting creativity and efficiency. Itegarate with AI capabilities, Kutools automates tasks with precision, making data management effortless. Detailed information of Kutools for Excel...         Free trial...

After installing Kutools for Excel, please do as below:

Click Kutools > Delete > Delete Web Controls, see screenshot:

click Delete Web Controls feature of kutools

And then all of the html objects in the active worksheet will be deleted.


Relative Articles

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or 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  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
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 Toolsets12 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, ...)   |   ... and more
Use Kutools in your preferred language – supports English, Spanish, German, French, Chinese, and 40+ others!

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...


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!