Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
pcking999
 
Posts: n/a
Default Excel Hyperlinks on Server mapped to other shares dont work.

Ok i'm about to open up a ticket with microsoft but i figured i would post
here first. here is the situation. we have a server lets call it server1. in
that server their are a bunch of shares lets call them share1, share2,
share3. and in the shares their are excel files and various other things. All
of our clients are now using office 2003. if i have a excel file and i save
it in \\Server1\share1\folder\file1.xls and i insert a hyperlink though any
method (i.e. typing it, browsing, whatever). to a file in the
\\server1\share1 directory everything works just fine. but if insert a
hyperlink to another share on server1 it doesn't work. so if i inserted a
hyperlink to \\server1\share2\folder2\file2.xls. it would not let me open the
hyperlink. it replaces the hyperlink with a realitive path. so so a hyperlink
inserted as in the example below would resolve to
...\..\share2\folder2\file2.xls. when it gets to the ..\ or (up a level
command) that repersents the root server i.e.(server1) it cannot resolved
that to the servers unc name and thus can't find any shares, folders, or
files located within it, and produces an error message. is their anyway to
either have excell always use absolute paths when inserting a new hyperlink
or in some other way fix that particular issue.



Server Structure
Server1
share1
folder1
ect
share2
folder2
ect

  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

You could try this:

Open your workbook
File|Properties|Summary tab
try changing the hyperlink base to C:\

If it works, please post back.

===
I always had much better luck with hyperlinks by using the =hyperlink()
worksheet function.

Excel would never change those.

=hyperlink("file:////server1/share1/folder1/folder2/filename.xls")


pcking999 wrote:

Ok i'm about to open up a ticket with microsoft but i figured i would post
here first. here is the situation. we have a server lets call it server1. in
that server their are a bunch of shares lets call them share1, share2,
share3. and in the shares their are excel files and various other things. All
of our clients are now using office 2003. if i have a excel file and i save
it in \\Server1\share1\folder\file1.xls and i insert a hyperlink though any
method (i.e. typing it, browsing, whatever). to a file in the
\\server1\share1 directory everything works just fine. but if insert a
hyperlink to another share on server1 it doesn't work. so if i inserted a
hyperlink to \\server1\share2\folder2\file2.xls. it would not let me open the
hyperlink. it replaces the hyperlink with a realitive path. so so a hyperlink
inserted as in the example below would resolve to
..\..\share2\folder2\file2.xls. when it gets to the ..\ or (up a level
command) that repersents the root server i.e.(server1) it cannot resolved
that to the servers unc name and thus can't find any shares, folders, or
files located within it, and produces an error message. is their anyway to
either have excell always use absolute paths when inserting a new hyperlink
or in some other way fix that particular issue.

Server Structure
Server1
share1
folder1
ect
share2
folder2
ect


--

Dave Peterson
  #3   Report Post  
pcking999
 
Posts: n/a
Default

wow this actually worked thank you been trying to fix this problem forever.

"Dave Peterson" wrote:

You could try this:

Open your workbook
File|Properties|Summary tab
try changing the hyperlink base to C:\

If it works, please post back.

===
I always had much better luck with hyperlinks by using the =hyperlink()
worksheet function.

Excel would never change those.

=hyperlink("file:////server1/share1/folder1/folder2/filename.xls")


pcking999 wrote:

Ok i'm about to open up a ticket with microsoft but i figured i would post
here first. here is the situation. we have a server lets call it server1. in
that server their are a bunch of shares lets call them share1, share2,
share3. and in the shares their are excel files and various other things. All
of our clients are now using office 2003. if i have a excel file and i save
it in \\Server1\share1\folder\file1.xls and i insert a hyperlink though any
method (i.e. typing it, browsing, whatever). to a file in the
\\server1\share1 directory everything works just fine. but if insert a
hyperlink to another share on server1 it doesn't work. so if i inserted a
hyperlink to \\server1\share2\folder2\file2.xls. it would not let me open the
hyperlink. it replaces the hyperlink with a realitive path. so so a hyperlink
inserted as in the example below would resolve to
..\..\share2\folder2\file2.xls. when it gets to the ..\ or (up a level
command) that repersents the root server i.e.(server1) it cannot resolved
that to the servers unc name and thus can't find any shares, folders, or
files located within it, and produces an error message. is their anyway to
either have excell always use absolute paths when inserting a new hyperlink
or in some other way fix that particular issue.

Server Structure
Server1
share1
folder1
ect
share2
folder2
ect


--

Dave Peterson

  #4   Report Post  
Dave Peterson
 
Posts: n/a
Default

Thanks for posting back.



pcking999 wrote:

wow this actually worked thank you been trying to fix this problem forever.

"Dave Peterson" wrote:

You could try this:

Open your workbook
File|Properties|Summary tab
try changing the hyperlink base to C:\

If it works, please post back.

===
I always had much better luck with hyperlinks by using the =hyperlink()
worksheet function.

Excel would never change those.

=hyperlink("file:////server1/share1/folder1/folder2/filename.xls")


pcking999 wrote:

Ok i'm about to open up a ticket with microsoft but i figured i would post
here first. here is the situation. we have a server lets call it server1. in
that server their are a bunch of shares lets call them share1, share2,
share3. and in the shares their are excel files and various other things. All
of our clients are now using office 2003. if i have a excel file and i save
it in \\Server1\share1\folder\file1.xls and i insert a hyperlink though any
method (i.e. typing it, browsing, whatever). to a file in the
\\server1\share1 directory everything works just fine. but if insert a
hyperlink to another share on server1 it doesn't work. so if i inserted a
hyperlink to \\server1\share2\folder2\file2.xls. it would not let me open the
hyperlink. it replaces the hyperlink with a realitive path. so so a hyperlink
inserted as in the example below would resolve to
..\..\share2\folder2\file2.xls. when it gets to the ..\ or (up a level
command) that repersents the root server i.e.(server1) it cannot resolved
that to the servers unc name and thus can't find any shares, folders, or
files located within it, and produces an error message. is their anyway to
either have excell always use absolute paths when inserting a new hyperlink
or in some other way fix that particular issue.

Server Structure
Server1
share1
folder1
ect
share2
folder2
ect


--

Dave Peterson


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
Belinda
 
Posts: n/a
Default Excel Hyperlinks on Server mapped to other shares dont work.

Dave,
I know you wrote this message awhile back but I had to write and thank you!
This will save me a huge headache. I kept write the long path to the file
but when I saved the file the path would be saved as relative... I couldn't
send the file to a coworker---even tho the file is on a share drive. Now
that I have learned the hyperlink function I am HAPPY!

again,
thanks
Belinda

"Dave Peterson" wrote:

You could try this:

Open your workbook
File|Properties|Summary tab
try changing the hyperlink base to C:\

If it works, please post back.

===
I always had much better luck with hyperlinks by using the =hyperlink()
worksheet function.

Excel would never change those.

=hyperlink("file:////server1/share1/folder1/folder2/filename.xls")


pcking999 wrote:

Ok i'm about to open up a ticket with microsoft but i figured i would post
here first. here is the situation. we have a server lets call it server1. in
that server their are a bunch of shares lets call them share1, share2,
share3. and in the shares their are excel files and various other things. All
of our clients are now using office 2003. if i have a excel file and i save
it in \\Server1\share1\folder\file1.xls and i insert a hyperlink though any
method (i.e. typing it, browsing, whatever). to a file in the
\\server1\share1 directory everything works just fine. but if insert a
hyperlink to another share on server1 it doesn't work. so if i inserted a
hyperlink to \\server1\share2\folder2\file2.xls. it would not let me open the
hyperlink. it replaces the hyperlink with a realitive path. so so a hyperlink
inserted as in the example below would resolve to
..\..\share2\folder2\file2.xls. when it gets to the ..\ or (up a level
command) that repersents the root server i.e.(server1) it cannot resolved
that to the servers unc name and thus can't find any shares, folders, or
files located within it, and produces an error message. is their anyway to
either have excell always use absolute paths when inserting a new hyperlink
or in some other way fix that particular issue.

Server Structure
Server1
share1
folder1
ect
share2
folder2
ect


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Excel Hyperlinks on Server mapped to other shares dont work.

Glad it worked for you!

Belinda wrote:

Dave,
I know you wrote this message awhile back but I had to write and thank you!
This will save me a huge headache. I kept write the long path to the file
but when I saved the file the path would be saved as relative... I couldn't
send the file to a coworker---even tho the file is on a share drive. Now
that I have learned the hyperlink function I am HAPPY!

again,
thanks
Belinda

"Dave Peterson" wrote:

You could try this:

Open your workbook
File|Properties|Summary tab
try changing the hyperlink base to C:\

If it works, please post back.

===
I always had much better luck with hyperlinks by using the =hyperlink()
worksheet function.

Excel would never change those.

=hyperlink("file:////server1/share1/folder1/folder2/filename.xls")


pcking999 wrote:

Ok i'm about to open up a ticket with microsoft but i figured i would post
here first. here is the situation. we have a server lets call it server1. in
that server their are a bunch of shares lets call them share1, share2,
share3. and in the shares their are excel files and various other things. All
of our clients are now using office 2003. if i have a excel file and i save
it in \\Server1\share1\folder\file1.xls and i insert a hyperlink though any
method (i.e. typing it, browsing, whatever). to a file in the
\\server1\share1 directory everything works just fine. but if insert a
hyperlink to another share on server1 it doesn't work. so if i inserted a
hyperlink to \\server1\share2\folder2\file2.xls. it would not let me open the
hyperlink. it replaces the hyperlink with a realitive path. so so a hyperlink
inserted as in the example below would resolve to
..\..\share2\folder2\file2.xls. when it gets to the ..\ or (up a level
command) that repersents the root server i.e.(server1) it cannot resolved
that to the servers unc name and thus can't find any shares, folders, or
files located within it, and produces an error message. is their anyway to
either have excell always use absolute paths when inserting a new hyperlink
or in some other way fix that particular issue.

Server Structure
Server1
share1
folder1
ect
share2
folder2
ect


--

Dave Peterson


--

Dave Peterson
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
problem with Hyperlinks to XL Docs from within Excel Phil Excel Discussion (Misc queries) 0 June 2nd 05 03:29 PM
Excel files stored on a different server Sri Excel Discussion (Misc queries) 0 February 4th 05 11:25 AM
Excel converts Mapped drive to UNC - How to stop? Fred Links and Linking in Excel 1 January 20th 05 12:24 AM
How to make empty cells as zero in excel add-ins for SQL Server an Microlong Excel Worksheet Functions 0 January 12th 05 06:31 AM
Excel 2003 Database Driver Visual FoxPro 7 on Server 2003. Cindy Winegarden Excel Discussion (Misc queries) 0 November 28th 04 12:07 AM


All times are GMT +1. The time now is 04:27 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"