Results 1 to 3 of 3

Thread: How to choose all images at a time in Microsoft Excel Spreadsheet

  1. #1
    Join Date
    Feb 2012
    Posts
    11

    How to choose all images at a time in Microsoft Excel Spreadsheet

    I have a spreadsheet that runs a macro that lets me add images to a spreadsheet from a particular folder and position them following a particular grid. I use it to make lists of products to be made in a particular day. But i need to re-size the images to fit the grid after the fact before i can print the list. There are over 2000 images in the folder, so modifying the original images to fit isn't really an option. Currently, I am selecting all the images by hold shift and clicking. Then i re-size them all using format picture > size tab. This works well. Except that if i accidentally miss-click, i deselect everything and have to start over. Which can get really frustrating when speed is a factor. I was wondering if there is a way to select all images at once without click on each one. I have looking most properties and help but have come up empty. Anyone know of a way.

  2. #2
    Join Date
    Aug 2011
    Posts
    566

    Re: How to choose all images at a time in Microsoft Excel Spreadsheet

    There is a macro you can use for the purpose :
    Code:
    Public Sub SelectAllPics()
    ActiveSheet.Pictures.Select
    End Sub

  3. #3
    Join Date
    Jul 2011
    Posts
    623

    Re: How to choose all images at a time in Microsoft Excel Spreadsheet

    There is also a simple way to select all objects with in your worksheet. There is a button called Select Multiple Objects, which is not displayed by default in Drawing Toolbar. In the end of drawing toolbar click the arrow and use Add Remove Button option expand the Drawing toolbar list and make a check mark on "Select Multiple Objects". This feature can be used to Select All or Particular objects. Hope this information helps you, let us know.

Similar Threads

  1. Replies: 2
    Last Post: 17-02-2012, 04:30 PM
  2. Font colors are not working in Microsoft Excel Spreadsheet
    By Akolekar in forum MS Office Support
    Replies: 2
    Last Post: 15-02-2012, 08:03 PM
  3. Who knows about origin of a Microsoft Excel Spreadsheet
    By vALaNCiA in forum MS Office Support
    Replies: 3
    Last Post: 07-02-2012, 05:58 PM
  4. Replies: 2
    Last Post: 25-01-2012, 07:59 PM
  5. Auto resize images while importing in Microsoft Excel
    By SirName in forum Windows Software
    Replies: 3
    Last Post: 21-01-2012, 01:01 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,049,201.27020 seconds with 17 queries