Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 25
Default Using UNC path instead of URL to link cell to PDF file

I have an attorney who wants to link text in a cell to a PDF file that
resides on a server in our domain. This server resides in the Boston office
and none of our Hartford users have mapped drives to this server. (We use
Docs Open for file management) When we save the UNC Path, close the
spreadsheet and reopen it the link does not work. It changes the UNC path's
back slashes to forward slashes like on the internet.

Does anyone know of a way to use a UNC path instead of a URL to link text to
a file? If we have a mapped drive to the source server this isn't a
problem. But because our hartford users don't need access to our Boston
server this will not will not work.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Using UNC path instead of URL to link cell to PDF file

Try the =HYPERLINK() function. Since it uses a text string, Excel won't try
to re-map it:

=HYPERLINK("\\FINANCE\Statements\1stqtr.pdf", "beantown")
--
Gary''s Student - gsnu200724


"Francisco" wrote:

I have an attorney who wants to link text in a cell to a PDF file that
resides on a server in our domain. This server resides in the Boston office
and none of our Hartford users have mapped drives to this server. (We use
Docs Open for file management) When we save the UNC Path, close the
spreadsheet and reopen it the link does not work. It changes the UNC path's
back slashes to forward slashes like on the internet.

Does anyone know of a way to use a UNC path instead of a URL to link text to
a file? If we have a mapped drive to the source server this isn't a
problem. But because our hartford users don't need access to our Boston
server this will not will not work.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Using UNC path instead of URL to link cell to PDF file

A few people have said that this has resolved the problem for them:

File|Properties|Summary Tab|Hyperlink Base
change it to C:\
(something that's always available)

======
I, personally like the =hyperlink() worksheet function, too.

I can put the UNC Path in a cell (hidden away) and put the filenames in column A
(if I have lots of links to use) and use a version of Gary''s Student's
suggestion:

With \\finance\statements\ in A1
and 1stqtr.pdf in A2
I'd put this in B2
=HYPERLINK("File:////" & $a$1 & a2, "Click Me")

Then when the IT folks move the files--or replace that server with a differently
named one, I can just make one change in $A$1 and all my links are working
again.


Francisco wrote:

I have an attorney who wants to link text in a cell to a PDF file that
resides on a server in our domain. This server resides in the Boston office
and none of our Hartford users have mapped drives to this server. (We use
Docs Open for file management) When we save the UNC Path, close the
spreadsheet and reopen it the link does not work. It changes the UNC path's
back slashes to forward slashes like on the internet.

Does anyone know of a way to use a UNC path instead of a URL to link text to
a file? If we have a mapped drive to the source server this isn't a
problem. But because our hartford users don't need access to our Boston
server this will not will not work.


--

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
Inserting the file path in a cell netorius77 Excel Discussion (Misc queries) 5 October 22nd 09 09:00 PM
Link malfunction-shows path instead of cell content Twishlist Excel Worksheet Functions 4 May 23rd 07 03:09 AM
Formula too long - new file path is shorter than old file path - Excel 2003 Greg J Excel Worksheet Functions 1 November 22nd 06 05:16 PM
File path of external link changed ramram49 Links and Linking in Excel 1 November 2nd 06 07:03 AM
Link a cell to another workbook with a different path Jai Excel Worksheet Functions 3 August 1st 05 02:05 AM


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