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

Insert Pictures in Word: How to Delete Photos in Batch in Word

Explore Insert Pictures in Word: How to Delete Photos in Batch in Word, including the main concepts, relevant details, and practical considerations.

Table of Contents

This updated guide examines Insert Pictures in Word: How to Delete Photos in Batch in Word and organizes the essential facts, background, and practical takeaways in clear American English.

Manually deleting an individual image is not feasible because of the time-consuming and time-consuming operations. If you still do not know how to delete a batch of pictures inserted in Word, follow the article below. We will have 2 ways to perform image deletion in Word.

  • How to separate background from image on Word0
  • How to insert and delete watermarks in Word documents
  • Batch delete photos in Excel
  • How to hide images in Microsoft Word for easier reading

Method 1: Delete photos in Word with Replace

Step 1:

For example, we have Word file insert image as below.

Insert Pictures in Word: How to Delete Photos in Batch in Word — contextual image 1

Click Editing and then Replace Replace toolbar in Word.

Insert Pictures in Word: How to Delete Photos in Batch in Word — contextual image 2

Step 2:

Display the Find and Replace dialog interface, click the More button below to expand the interface.

Insert Pictures in Word: How to Delete Photos in Batch in Word — contextual image 3

Click on the Special button and select Graphic in the displayed list to select images.

Insert Pictures in Word: How to Delete Photos in Batch in Word — contextual image 4

Step 3:

The Find What section has now displayed the icon representing the Graphic content is the image inserted in Word, the Replace with section is blank. Finally, click Replace All to delete the images in batch.

Insert Pictures in Word: How to Delete Photos in Batch in Word — contextual image 5

Step 4:

When the following message displays, click Yes to agree to perform.

Insert Pictures in Word: How to Delete Photos in Batch in Word — contextual image 6

As a result, users will see the total number of images deleted in Word.

Insert Pictures in Word: How to Delete Photos in Batch in Word — contextual image 7

All pictures inserted in Word have been erased.

Insert Pictures in Word: How to Delete Photos in Batch in Word — contextual image 8

Method 2: Delete Word images in bulk via VBA code

Step 1:

At the Word document interface that wants to delete the images in batch, we press the shortcut key Alt + F11 to open the Microsoft Visual Basic for dialog box.

In the new interface displayed we click Insert and select Module in the drop down list.

Insert Pictures in Word: How to Delete Photos in Batch in Word — contextual image 9

Step 2:

Next, you enter the code below into the interface displayed and then press F5 to execute this code in Word.

Sub DitchPictures() Dim objPic As InlineShape For Each objPic In ActiveDocument. InlineShapes objPic. Delete Next objPic End Sub

Insert Pictures in Word: How to Delete Photos in Batch in Word — contextual image 10

The result of all images inserted in Word is erased.

Insert Pictures in Word: How to Delete Photos in Batch in Word — contextual image 11

So we have 2 ways to delete a series of pictures inserted in Word. Both methods are very simple, not complicated, and both result in the entire image no longer displayed in the Word document.

I wish you successful implementation!

FAQ

What is Insert Pictures in Word: How to Delete Photos in Batch in Word about?

It provides a structured overview of insert pictures in word, explains the main context, and highlights practical takeaways for readers.

Why does this topic matter?

Understanding the main concepts helps readers evaluate the issue, avoid common mistakes, and make better-informed decisions.

How should readers use this information?

Use the guidance as a practical starting point, confirm details that may have changed, and follow current product, safety, or security recommendations.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.