Import Picture from disk...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We are looking for an add-in function or utility which will read the filename
from a cell, read address of an image file in disk from another cell, read
Height and Width of willing thumbnail from other cells and return a thumbnail
of the image in a size we want and from any place in disk. Something Like the
following:
IMLOOKUP(CellContentsFilename;CellContentsImageAddressInDisk;Height;Width)

We thank any effort!

Excel 2000 / 2003
 
If you want to do something like

=IMLOOKUP(A1,B1,C1,D1)

I don't believe that is allowed for UDF's.
 
Thanks Tom!
What about a main Macro to import a picture and another macro to repeat the
main as many times as we wish?
I appreciate your effort!
Thanks
Socrates
 

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

Back
Top