Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tab Tab is offline
external usenet poster
 
Posts: 11
Default URL links in Excel spreadsheet

A business unit has published a web site on our Intranet that includes an
Excel spreadsheet containing URLs. We've made Internet Explorer available on
our Terminal Services system so their employees can access the content that
way. Sometimes the URLs work properly. Other times they don't; even though
in both cases the user is looking at the same file with the same links to the
same page.

For example, as I follow the links, if the final link in the spreadsheet is
"http://intranet/..." it will work OK.
But sometimes, that same link will report being "file:///W:\Documents and
Settings\..."; in that case it will fail.

How can one link report being "http://" in some cases, and "file://" in
other cases?

I asked this is the IIS General forum and they suggested I route this
question to the Excel newgroup.

This is an excerpt from the thread in the IIS forum:
Kristofer,

"Do you say that the same link sometimes uses http:// and sometimes
file://. That is, it is randomly changing?"

YES, that is exactly what I'm saying. I can't explain it either. That's
why I'm on this newsgroup.

The links are in an ordinary Excel spreadsheet; as hyperlinks in cells. We
do that stuff all the time with no issues.


Thanks.

Tab
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default URL links in Excel spreadsheet

Tab,

"\" indicates an absolute path.
"/" indicates a relative path.
More here...
http://www.dicks-blog.com/archives/c...ce/hyperlinks/
Also, read the comments.

Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



"Tab" wrote in message...
A business unit has published a web site on our Intranet that includes an
Excel spreadsheet containing URLs. We've made Internet Explorer available on
our Terminal Services system so their employees can access the content that
way. Sometimes the URLs work properly. Other times they don't; even though
in both cases the user is looking at the same file with the same links to the
same page.
For example, as I follow the links, if the final link in the spreadsheet is
"http://intranet/..." it will work OK.
But sometimes, that same link will report being "file:///W:\Documents and
Settings\..."; in that case it will fail.
How can one link report being "http://" in some cases, and "file://" in
other cases?
I asked this is the IIS General forum and they suggested I route this
question to the Excel newgroup.
This is an excerpt from the thread in the IIS forum:
Kristofer,
"Do you say that the same link sometimes uses http:// and sometimes
file://. That is, it is randomly changing?"

YES, that is exactly what I'm saying. I can't explain it either. That's
why I'm on this newsgroup.

The links are in an ordinary Excel spreadsheet; as hyperlinks in cells. We
do that stuff all the time with no issues.

Thanks.
Tab
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default URL links in Excel spreadsheet

You sure about the absolute/relative path stuff?

I just figured that MSIE (and links in general) were pretty forgiving.

I'm not sure what relative and absolute paths mean when you have a link like:

file:///W:\Documents...



Jim Cone wrote:

Tab,

"\" indicates an absolute path.
"/" indicates a relative path.
More here...
http://www.dicks-blog.com/archives/c...ce/hyperlinks/
Also, read the comments.

Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware

"Tab" wrote in message...
A business unit has published a web site on our Intranet that includes an
Excel spreadsheet containing URLs. We've made Internet Explorer available on
our Terminal Services system so their employees can access the content that
way. Sometimes the URLs work properly. Other times they don't; even though
in both cases the user is looking at the same file with the same links to the
same page.
For example, as I follow the links, if the final link in the spreadsheet is
"http://intranet/..." it will work OK.
But sometimes, that same link will report being "file:///W:\Documents and
Settings\..."; in that case it will fail.
How can one link report being "http://" in some cases, and "file://" in
other cases?
I asked this is the IIS General forum and they suggested I route this
question to the Excel newgroup.
This is an excerpt from the thread in the IIS forum:
Kristofer,
"Do you say that the same link sometimes uses http:// and sometimes
file://. That is, it is randomly changing?"

YES, that is exactly what I'm saying. I can't explain it either. That's
why I'm on this newsgroup.

The links are in an ordinary Excel spreadsheet; as hyperlinks in cells. We
do that stuff all the time with no issues.

Thanks.
Tab


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default URL links in Excel spreadsheet

Dave,
I am not sure about anything in Excel. <g
Jim Cone


"Dave Peterson" wrote in message ...
You sure about the absolute/relative path stuff?

I just figured that MSIE (and links in general) were pretty forgiving.
I'm not sure what relative and absolute paths mean when you have a link like:
file:///W:\Documents...



Jim Cone wrote:
Tab,

"\" indicates an absolute path.
"/" indicates a relative path.
More here...
http://www.dicks-blog.com/archives/c...ce/hyperlinks/
Also, read the comments.

Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware




"Tab" wrote in message...
A business unit has published a web site on our Intranet that includes an
Excel spreadsheet containing URLs. We've made Internet Explorer available on
our Terminal Services system so their employees can access the content that
way. Sometimes the URLs work properly. Other times they don't; even though
in both cases the user is looking at the same file with the same links to the
same page.
For example, as I follow the links, if the final link in the spreadsheet is
"http://intranet/..." it will work OK.
But sometimes, that same link will report being "file:///W:\Documents and
Settings\..."; in that case it will fail.
How can one link report being "http://" in some cases, and "file://" in
other cases?
I asked this is the IIS General forum and they suggested I route this
question to the Excel newgroup.
This is an excerpt from the thread in the IIS forum:
Kristofer,
"Do you say that the same link sometimes uses http:// and sometimes
file://. That is, it is randomly changing?"

YES, that is exactly what I'm saying. I can't explain it either. That's
why I'm on this newsgroup.

The links are in an ordinary Excel spreadsheet; as hyperlinks in cells. We
do that stuff all the time with no issues.

Thanks.
Tab


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default URL links in Excel spreadsheet

Them hyperlink thingies (thingys???) is weird in any application! <vbg

Jim Cone wrote:

Dave,
I am not sure about anything in Excel. <g
Jim Cone

"Dave Peterson" wrote in message ...
You sure about the absolute/relative path stuff?

I just figured that MSIE (and links in general) were pretty forgiving.
I'm not sure what relative and absolute paths mean when you have a link like:
file:///W:\Documents...

Jim Cone wrote:
Tab,

"\" indicates an absolute path.
"/" indicates a relative path.
More here...
http://www.dicks-blog.com/archives/c...ce/hyperlinks/
Also, read the comments.

Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



"Tab" wrote in message...
A business unit has published a web site on our Intranet that includes an
Excel spreadsheet containing URLs. We've made Internet Explorer available on
our Terminal Services system so their employees can access the content that
way. Sometimes the URLs work properly. Other times they don't; even though
in both cases the user is looking at the same file with the same links to the
same page.
For example, as I follow the links, if the final link in the spreadsheet is
"http://intranet/..." it will work OK.
But sometimes, that same link will report being "file:///W:\Documents and
Settings\..."; in that case it will fail.
How can one link report being "http://" in some cases, and "file://" in
other cases?
I asked this is the IIS General forum and they suggested I route this
question to the Excel newgroup.
This is an excerpt from the thread in the IIS forum:
Kristofer,
"Do you say that the same link sometimes uses http:// and sometimes
file://. That is, it is randomly changing?"

YES, that is exactly what I'm saying. I can't explain it either. That's
why I'm on this newsgroup.

The links are in an ordinary Excel spreadsheet; as hyperlinks in cells. We
do that stuff all the time with no issues.

Thanks.
Tab


--

Dave Peterson


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.programming
Tab Tab is offline
external usenet poster
 
Posts: 11
Default URL links in Excel spreadsheet

Jim,

Thanks for the info and link.

The odd thing is that there is just ONE spreadsheet. When opened on some
(five) Term Svrs, the hyperlink is "http://...". When opened on other
(three) TSs, the SAME hyperlink reports properties of
"file:///W:\Documents..."
Very strange.
On the TSs with the "file://" URL, I found a copy of the spreadsheet in the
Docs&Sets folder in Temporary Internet Files. Deleting that copy caused the
link to report "file not found" rather than "file inaccessable". But in ALL
cases the URL should read "http://" and never "file:///".

I've never seen anything like this behavior.

Thanks.

Tab


"Jim Cone" wrote:

Tab,

"\" indicates an absolute path.
"/" indicates a relative path.
More here...
http://www.dicks-blog.com/archives/c...ce/hyperlinks/
Also, read the comments.

Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



"Tab" wrote in message...
A business unit has published a web site on our Intranet that includes an
Excel spreadsheet containing URLs. We've made Internet Explorer available on
our Terminal Services system so their employees can access the content that
way. Sometimes the URLs work properly. Other times they don't; even though
in both cases the user is looking at the same file with the same links to the
same page.
For example, as I follow the links, if the final link in the spreadsheet is
"http://intranet/..." it will work OK.
But sometimes, that same link will report being "file:///W:\Documents and
Settings\..."; in that case it will fail.
How can one link report being "http://" in some cases, and "file://" in
other cases?
I asked this is the IIS General forum and they suggested I route this
question to the Excel newgroup.
This is an excerpt from the thread in the IIS forum:
Kristofer,
"Do you say that the same link sometimes uses http:// and sometimes
file://. That is, it is randomly changing?"

YES, that is exactly what I'm saying. I can't explain it either. That's
why I'm on this newsgroup.

The links are in an ordinary Excel spreadsheet; as hyperlinks in cells. We
do that stuff all the time with no issues.

Thanks.
Tab

  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 162
Default URL links in Excel spreadsheet

Try replacing each hyperlink with a formula to force absolute path,
e.g.:

=Hyperlink("http://www.breezetree.com")

Otherwise, Excel treats hyperlinks as relative addresses, not absolute.

Nick Hebb
BreezeTree Software
http://www.breezetree.com

  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 162
Default URL links in Excel spreadsheet

Oh, never mind. I see that's what Dick's blog recommends too.

Nick Hebb

  #9   Report Post  
Posted to microsoft.public.excel.programming
Agg Agg is offline
external usenet poster
 
Posts: 1
Default URL links in Excel spreadsheet

I have had similar problems. For some reason, the "file://..." seems to be
added to the URL whenever the link cannnot be established. ie. it seems to
look for the file in the local directory.

When de-bugging a website problem, watch out for old files existing in the
buffer on client machines. As you mention, they can make problems seem to be
inconsistent - but they are not.

I my case, Excel was corrupting existing (working) links each time I saved
the file as a web page (having fixed some previously non-functioning link).
The non-functioning link then worked, but others (that I had not touched) no
longer functioned - giving the impression that the fault was random!!! You
won't believe the "solution"...

Open your Spreadsheet, refresh all hyperlinks (repeat "all" hyperlinks),
save and then publish as a web page. Everything works fine. Only problem
is... If you make a singe change on your spreadsheet you have to go through
the whole process again. Kinda sucks but at least it works. Hope this
helps...

"Tab" wrote:

A business unit has published a web site on our Intranet that includes an
Excel spreadsheet containing URLs. We've made Internet Explorer available on
our Terminal Services system so their employees can access the content that
way. Sometimes the URLs work properly. Other times they don't; even though
in both cases the user is looking at the same file with the same links to the
same page.

For example, as I follow the links, if the final link in the spreadsheet is
"http://intranet/..." it will work OK.
But sometimes, that same link will report being "file:///W:\Documents and
Settings\..."; in that case it will fail.

How can one link report being "http://" in some cases, and "file://" in
other cases?

I asked this is the IIS General forum and they suggested I route this
question to the Excel newgroup.

This is an excerpt from the thread in the IIS forum:
Kristofer,

"Do you say that the same link sometimes uses http:// and sometimes
file://. That is, it is randomly changing?"

YES, that is exactly what I'm saying. I can't explain it either. That's
why I'm on this newsgroup.

The links are in an ordinary Excel spreadsheet; as hyperlinks in cells. We
do that stuff all the time with no issues.


Thanks.

Tab

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
Master Spreadsheet with Links to Excel 2003 and Excel 2007 Sheets Alex Zimmerhaven Links and Linking in Excel 0 January 26th 09 03:48 AM
How do I delete links to websites in Excel spreadsheet? Andy Excel Discussion (Misc queries) 3 July 8th 06 04:29 PM
Having links from excel spreadsheet to my outlook tasks soleil Excel Discussion (Misc queries) 1 May 13th 06 12:12 PM
Opening web links from an excel spreadsheet Robert P. Excel Discussion (Misc queries) 0 April 25th 06 04:07 PM
Links not working an Excel spreadsheet with VBA buttons on it. Patrick[_11_] Excel Programming 11 September 24th 04 10:01 AM


All times are GMT +1. The time now is 06:45 AM.

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"