How to delete photos in batch in Word

Deleting images in Word in batch is very simple, and we can do in 2 different ways.

Inserting images in Word is a very simple operation, helping users describe more for the content in question or make the document more lively. And to delete the image inserted in Word, the user just needs to press Delete to finish. So with the document inserted many photos, how to do?

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.

  1. How to separate background from image on Word0
  2. How to insert and delete watermarks in Word documents
  3. Batch delete photos in Excel
  4. 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.

Picture 1 of How to delete photos in batch in Word

Click Editing and then Replace Replace toolbar in Word.

Picture 2 of How to delete photos in batch in Word

Step 2:

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

Picture 3 of How to delete photos in batch in Word

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

Picture 4 of How to delete photos in batch in Word

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.

Picture 5 of How to delete photos in batch in Word

Step 4:

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

Picture 6 of How to delete photos in batch in Word

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

Picture 7 of How to delete photos in batch in Word

All pictures inserted in Word have been erased.

Picture 8 of How to delete photos in batch in Word

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.

Picture 9 of How to delete photos in batch in Word

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 

Picture 10 of How to delete photos in batch in Word

The result of all images inserted in Word is erased.

Picture 11 of How to delete photos in batch in Word

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!

Update 07 November 2019
Category

System

Mac OS X

Hardware

Game

Tech info

Technology

Science

Life

Application

Electric

Program

Mobile