View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
thebubblejungle thebubblejungle is offline
external usenet poster
 
Posts: 4
Default Get msoLinkedPicture LinkFormat?

Hi all,

I have an Excel file that contains tick and cross images that are
sourced from the web, and I was wondering if there was a way to extract
the URLs of the images with VB? I checked the MSDN but there doesn't
seem to be a SourceName property for the object.

In context I'm trying to replace the tick images with the value 1 and
crosses with 0.

Regards,

m