Extracing embedded images from an XLS file

P

Paul

I have a customer who manually maintains a catalog of products in an Excel
file, one item per row, with a picture of the item embedded into the first
cell on each row. They want to webify this catalog, so I need to pull out
the images. Is there a utility or method (using VBA, etc.) to automatically
extract all the embedded images into separate BMP or JPG files?

Thanks.
-- Paul
 
D

Dave Peterson

Try saving the workbook as a .html file.

Then you'll see another folder under the folder that holds that file that
contains all the pictures.
 
P

Paul

Excellent, thanks.


Dave Peterson said:
Try saving the workbook as a .html file.

Then you'll see another folder under the folder that holds that file that
contains all the pictures.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top