Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default Picture Hyperlink Path

I have a worksheet with a column of "pictures." All that the user sees
is the text Picture, with that text hyperlinking to an image on a
network share thusly: "file:///\\server\share\imagename1" or
"file:///\\server\share\imagename2", etc.

There are two things that are throwing me:
1) When a different user opens the workbook on a different PC, that
image path changes to reflect that user's My Documents path. How do I
create a static path?
2) I need to edit each of those image paths, adding a directory path to
each. For example, where they all read
"file:///\\server\share\imagename", I need them to read
"file:///\\server\share\newdirectory\imagename"

Any help is greatly appreciated.

-tom

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Picture Hyperlink Path

Update the hyperlinks with code.

Possibly in the workbook_open event.

--
Regards,
Tom Ogilvy


"tom" wrote in message
oups.com...
I have a worksheet with a column of "pictures." All that the user sees
is the text Picture, with that text hyperlinking to an image on a
network share thusly: "file:///\\server\share\imagename1" or
"file:///\\server\share\imagename2", etc.

There are two things that are throwing me:
1) When a different user opens the workbook on a different PC, that
image path changes to reflect that user's My Documents path. How do I
create a static path?
2) I need to edit each of those image paths, adding a directory path to
each. For example, where they all read
"file:///\\server\share\imagename", I need them to read
"file:///\\server\share\newdirectory\imagename"

Any help is greatly appreciated.

-tom



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
Hyperlink to File name and path VBA Excel jlclyde Excel Discussion (Misc queries) 3 February 4th 09 07:24 PM
Picture Hyerlink Path tom[_7_] Excel Programming 0 January 19th 06 05:19 PM
hyperlink navigation path path wrong in Excel 2003 CE Admin Excel Discussion (Misc queries) 5 January 7th 06 07:47 PM
changing image control's picture path No Name Excel Programming 2 October 5th 04 08:09 PM
How do I copy a hyperlink path to another cell? curtmfg Excel Programming 0 September 16th 04 03:35 PM


All times are GMT +1. The time now is 08:12 AM.

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

About Us

"It's about Microsoft Excel"