Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default How to get image's path?

Hi,

No, unfortunately it is not possible. As soon as you have assigned the
picture property of an image control to an image path
the image is converted to an embedded picture object.

The only thing you can do of course is to reassign a new image path with
LoadPicture.

Hope this helps

/Ulrik



"eFrank" wrote in message
...
Hi

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.
eFrank




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 459
Default How to get image's path?

Put the path in the Image control's Tage property for later use?

--

eFrank wrote in message ...
Hi

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.
eFrank

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
File Path Too Long? Not Anymore! Check out Long Path Tool Max Loger Excel Discussion (Misc queries) 1 March 24th 17 07:59 AM
http://CannotDeleteFile.net - Cannot Delete File? Try Long Path ToolFilename is too long? Computer Complaining Your Filename Is Too Long? TheLong Path Tool Can Help While most people can go about their businessblissfully unaware of the Windo Max Loger Excel Discussion (Misc queries) 0 June 14th 11 04:30 PM
Formula too long - new file path is shorter than old file path - Excel 2003 Greg J Excel Worksheet Functions 1 November 22nd 06 05:16 PM
hyperlink navigation path path wrong in Excel 2003 CE Admin Excel Discussion (Misc queries) 5 January 7th 06 07:47 PM
how to change absolute path to relative path hwijgerse Excel Worksheet Functions 0 November 25th 05 07:18 AM


All times are GMT +1. The time now is 10:14 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"