Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
problem with Hyperlinks to XL Docs from within Excel | Excel Discussion (Misc queries) | |||
Excel files stored on a different server | Excel Discussion (Misc queries) | |||
Excel converts Mapped drive to UNC - How to stop? | Links and Linking in Excel | |||
How to make empty cells as zero in excel add-ins for SQL Server an | Excel Worksheet Functions | |||
Excel 2003 Database Driver Visual FoxPro 7 on Server 2003. | Excel Discussion (Misc queries) |