XLThumbs

Thumbnails of pictures in Excel

Free

Create thumbs of all pictures found in a sheet inside workbook, and organize them in boxes
Download from BoldCodes.com

Published:
Jun 2015
Internal ID:
77408 (type1)
1 File Tools
Quick tools. Tools that are in 1 file
VBA - Excel
Macros, or Visual Basic for Application tool
Show pictures inside Excel sheet as Thumbs (Listview like) with ability to enlarge any picture with single click and auto-arrange in user-defined number of columns

Download from BoldCodes.com

Features:
  • Automatically arrange images in sheet based on pre-set settings (in Settings sheet)
  • Enlarge picture when click, restore it when clicked again or clicked any cell
  • Modify number of columns to show these pictures
  • Modify X and Y for first (top left) image
  • Modify horizontal and vertical spavec between these images
  • VBA code available to anyone
  • User can modify almost everything in Settings sheet

To apply to your sheet:
  1. Insert all pictures in a certain sheet
  2. Each picture should have its own unique name
  3. Modify settings in code (or in Settings Sheet) to have pictures count, and name of these pictures in order, order in Settings sheet will be the order that they will be arranged
  4. Add code in VBE for each individual pic, "Sub Enlarge_Pic8()" from mMain module