View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default converting paths to pictures

possibly if you use a control that supports it.

or you could have your macro pickup the path and name and import the
picture.

--
Regards,
Tom Ogilvy



wrote in message
oups.com...
We currently keep a column in an excel spreadsheet that contains the
network path for the picture of the record. I would like to write a
macro that converts the path to a linked and/or embedded picture and if
possible resizes it to the cell.

I have been able to accomplish such a task in access (using an image
control and some VBA)but unfortunatly can't use access for this
project.

Is this possible?

Any help would be greatly apreciated, thanks in advance.