Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default Hyperlink Issue

I have code that extracts data from multiple workbooks and puts hyperlinks
back to the original workbook. This used to work and now I'm having issues
with it.

When the hyperlinks are added to the cells, they look something like this

Z:\ ....

After some additional execution, they change to this

.../../../../users/Barbara.Reinhardt

Any hyperlinks that look like this do not work. Any hyperlinks with Z:\
work. I've had issues with SP2 not being installed on my system and now my
WebClient service is not automatically started. Does anyone have any idea
what might cause this problem?

Thanks,

Barb Reinhardt


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default Hyperlink Issue

I have just determined that the hyperlinks change when I save the workbook
they are stored in. Good before aWB.save, bad after. Also, I'm saving
back to the Z drive, so it shouldn't get confused.

Thanks,
Barb Reinhardt



"Barb Reinhardt" wrote:

I have code that extracts data from multiple workbooks and puts hyperlinks
back to the original workbook. This used to work and now I'm having issues
with it.

When the hyperlinks are added to the cells, they look something like this

Z:\ ....

After some additional execution, they change to this

../../../../users/Barbara.Reinhardt

Any hyperlinks that look like this do not work. Any hyperlinks with Z:\
work. I've had issues with SP2 not being installed on my system and now my
WebClient service is not automatically started. Does anyone have any idea
what might cause this problem?

Thanks,

Barb Reinhardt


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default Hyperlink Issue

I've just found this KB article

http://support.microsoft.com/kb/q177888/

The original code adds the hyperlinks as described in the article.

aWS.Hyperlinks.Add Anchor:=aWS.Cells(lRow, WBName.Column), _
Address:=oldPath, _
TextToDisplay:=oWB.Name

Barb Reinhardt



"Barb Reinhardt" wrote:

I have code that extracts data from multiple workbooks and puts hyperlinks
back to the original workbook. This used to work and now I'm having issues
with it.

When the hyperlinks are added to the cells, they look something like this

Z:\ ....

After some additional execution, they change to this

../../../../users/Barbara.Reinhardt

Any hyperlinks that look like this do not work. Any hyperlinks with Z:\
work. I've had issues with SP2 not being installed on my system and now my
WebClient service is not automatically started. Does anyone have any idea
what might cause this problem?

Thanks,

Barb Reinhardt


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 Issue txheart Setting up and Configuration of Excel 1 August 29th 09 04:21 PM
hyperlink issue pierre Excel Discussion (Misc queries) 0 April 10th 08 06:24 PM
Issue hyperlink in cell dmcfarlin Setting up and Configuration of Excel 4 January 15th 08 11:24 PM
Full hyperlink issue, please help - end of my tether lol ArmsteR Excel Programming 5 November 7th 07 12:28 PM
Urgent: Hyperlink Issue CST[_2_] Excel Programming 3 October 4th 03 02:22 AM


All times are GMT +1. The time now is 02:25 PM.

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"