How to delete photos in bulk in Excel

When making Excel file customer information, staff or product file will always accompany the image beside. Instead of manually executing, you can insert image files in bulk into Excel and can also delete batches of photos quickly. For long data tables, if you want to delete all inserted images and leave only data, you can refer to the following article of Network Administrator. The entire image is quickly deleted after taking a few simple steps, instead of sitting manually deleting each photo.

  • Instructions for inserting an image into an Excel spreadsheet
  • How to insert a Word document into an Excel file
  • How to insert page numbers in Excel
  • Inserting letters, logos sink into Microsoft Excel 2013
  • Method 1: Delete multiple photos in Excel with Go To Special

    Step 1:

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

    Picture 1 of How to delete photos in bulk in Excel

    Step 2:

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

    Picture 2 of How to delete photos in bulk in Excel

    Step 3:

    Then the whole image is framed as below and we just need to press the Delete button to delete the image and finish.

    Picture 3 of How to delete photos in bulk in Excel

    Method 2: Delete bulk photos on Exce with VBA Macros

    Step 1:

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

    Picture 4 of How to delete photos in bulk in Excel

    Step 2:

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

    Picture 5 of How to delete photos in bulk in Excel

    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 

    Picture 6 of How to delete photos in bulk in Excel

    Step 3:

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

    Picture 7 of How to delete photos in bulk in Excel

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

    Picture 8 of How to delete photos in bulk in Excel

    2 ways to delete photos in bulk in Excel file above are simple and fast. However, with the way 2 needs to use the code, you can use the way to Go to Special to delete the Excel image.

    I wish you all success!

    ncG1vNJzZmismaXArq3KnmWcp51ktbDDjK2mZpyVobK1sYypn6isn6h6qrqMm6ylo12eu26x15ycpQ%3D%3D