How to quickly delete all html objects in Excel?
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 click
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:
2. In the Go To Special dialog box, click Objects, and then click OK.
3. And all of the objects have been selected, then press Delete key on the keyboard. The selected objects have been removed. see screenshots:
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.
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.
After installing Kutools for Excel, please do as below:(Free Download Kutools for Excel Now!)
Click Kutools > Delete > Delete Web Controls, see screenshot:
And then all of the html objects in the active worksheet will be deleted.
Click Delete Web Controls to know more about this feature.
Relative Articles
Best Office Productivity Tools
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!