Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

Batch Delete Photos in Excel - No Need to Delete Them Manually: Step-by-Step Guide

Learn how to insert excel image. This guide covers clear steps, preparation, common mistakes, and troubleshooting tips for reliable results.

Table of Contents

Batch Delete Photos in Excel - No Need to Delete Them Manually is easier when you confirm the requirements, prepare the right tools, and follow each step in the correct order.

This updated guide explains the process clearly, highlights common mistakes, and provides practical checks that can help you get a reliable result.

When creating an Excel file with customer information, employee information or product files, there will always be images next to them. Instead of doing it manually, you can batch insert image files into Excel and can also quickly batch delete images. For long data tables, if you want to delete all inserted images and leave only the data, readers can refer to the following article of Network Administrator. All images are quickly deleted after following a few simple steps, instead of manually deleting each image.

Method 1: Delete Multiple Photos in Excel Using Go to Special

Step 1:

The user opens the Excel file that wants to delete the image and then presses the F5 key to open the Go To dialog box. In this dialog box, click on the Special button .

Method 1: Delete Multiple Photos in Excel Using Go to Special screenshot

Step 2:

Display the Go To Special interface, select Objects below and click OK to continue.

Method 1: Delete Multiple Photos in Excel Using Go to Special screenshot 2

Step 3:

Then the entire image is framed as below and we just need to press the Delete button to delete the image and you're done.

Method 1: Delete Multiple Photos in Excel Using Go to Special screenshot 3

Method 2: Batch Delete Images on Excel Using VBA Macros

Step 1:

We click on the Developer tab on the Ribbon and then click on Visual Basic . Or you press the key combination Alt + F11 to quickly open the VBA program.

Method 2: Batch Delete Images on Excel Using VBA Macros screenshot 4

Step 2:

Display the Microsoft Visual Basic for Applications interface, click the Insert menu above and then select Module .

Method 2: Batch Delete Images on Excel Using VBA Macros screenshot 5

In this interface, enter the code below into the code input interface.

Sub DeleteAllPics() Dim Pic As Object For Each Pic In ActiveSheet.Pictures Pic.Delete Next Pic End Sub

Method 2: Batch Delete Images on Excel Using VBA Macros screenshot 6

Step 3:

After entering the code into the Module1 (Code) interface, we click on the Run button to execute the command for Excel.

Method 2: Batch Delete Images on Excel Using VBA Macros screenshot 7

When finished running, turn off the Visual interface and get the results of all deleted images in the Excel file.

Method 2: Batch Delete Images on Excel Using VBA Macros screenshot 8

The two ways to batch delete photos in Excel files above are both equally simple and quick. However, method 2 requires the use of code, so you can always use the Go to Special method to delete Excel images.

Wishing you success!

FAQ

What should I prepare before working with Batch Delete Photos in Excel - No Need to Delete Them Manually?

Review the requirements, back up important data when relevant, and confirm that your device, account, or software supports the steps in the guide.

What should I do if a step does not work?

Repeat the step carefully, verify each setting, restart the affected device or application, and check for newer compatibility information.

Is the process safe?

The process is generally safe when the instructions are followed carefully. Avoid unofficial downloads and stop before making changes that could affect important data.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.