View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
eFrank eFrank is offline
external usenet poster
 
Posts: 1
Default How to get image's path?

H

If I write the following code
image.object.picture = _LoadPicture("c:\photo\abc.gif"

Can I get image's path "c:\photo\abc.gif" from image object? If yes, how to get

Thanks
eFran