Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Dar
 
Posts: n/a
Default Hyperlinks to pull up PDF files

I have a column in one of my Excel spreadsheets in which all the cells of
that column will have a unique alpha-numeric value. This value corresponds to
a specific pdf file on one of my folders on the Server. For example, if one
of the cell values is AB123, there will be a pdf file on a different
directory named AB123.pdf.

I want to set this value to be a hyperlink so that when a user clicks it,
its associated pdf file opens.

Can someone please help me with this????

Thanks,

  #2   Report Post  
Michael
 
Posts: n/a
Default

Hi Dar. With Excel 2003 you can select a cell then go to InsertHyperlink
and click on the Look In bar and browse to locate your PDF file. If you are
creating the PDF files you could also insert a Hyperlink back to your table
in the original file. HTH
--
Sincerely, Michael Colvin


"Dar" wrote:

I have a column in one of my Excel spreadsheets in which all the cells of
that column will have a unique alpha-numeric value. This value corresponds to
a specific pdf file on one of my folders on the Server. For example, if one
of the cell values is AB123, there will be a pdf file on a different
directory named AB123.pdf.

I want to set this value to be a hyperlink so that when a user clicks it,
its associated pdf file opens.

Can someone please help me with this????

Thanks,

  #3   Report Post  
Dar
 
Posts: n/a
Default

I have Excel 2000. Based on your suggestion, a user would have to manually
browse for each pdf file. Isn't there a way to automatically pull up a pdf
file when a user clicks the cell? This way, the user doesn't have to goto
INSERT-HYPERLINK and browse manually for the file.

Thanks,

"Michael" wrote:

Hi Dar. With Excel 2003 you can select a cell then go to InsertHyperlink
and click on the Look In bar and browse to locate your PDF file. If you are
creating the PDF files you could also insert a Hyperlink back to your table
in the original file. HTH
--
Sincerely, Michael Colvin


"Dar" wrote:

I have a column in one of my Excel spreadsheets in which all the cells of
that column will have a unique alpha-numeric value. This value corresponds to
a specific pdf file on one of my folders on the Server. For example, if one
of the cell values is AB123, there will be a pdf file on a different
directory named AB123.pdf.

I want to set this value to be a hyperlink so that when a user clicks it,
its associated pdf file opens.

Can someone please help me with this????

Thanks,

  #4   Report Post  
Michael
 
Posts: n/a
Default


--
Sincerely, Michael Colvin


"Dar" wrote:

I have Excel 2000. Based on your suggestion, a user would have to manually
browse for each pdf file. Isn't there a way to automatically pull up a pdf
file when a user clicks the cell? This way, the user doesn't have to goto
INSERT-HYPERLINK and browse manually for the file.

Thanks,

"Michael" wrote:

Hi Dar. With Excel 2003 you can select a cell then go to InsertHyperlink
and click on the Look In bar and browse to locate your PDF file. If you are
creating the PDF files you could also insert a Hyperlink back to your table
in the original file. HTH
--
Sincerely, Michael Colvin


"Dar" wrote:

I have a column in one of my Excel spreadsheets in which all the cells of
that column will have a unique alpha-numeric value. This value corresponds to
a specific pdf file on one of my folders on the Server. For example, if one
of the cell values is AB123, there will be a pdf file on a different
directory named AB123.pdf.

I want to set this value to be a hyperlink so that when a user clicks it,
its associated pdf file opens.

Can someone please help me with this????

Thanks,

  #5   Report Post  
Michael
 
Posts: n/a
Default

Oops. Sorry, hit the post too soon. Dar, you can set up the hyperlinks for
your users. You only have to do it once. To set up the hyperlink, select
the cell, go to insert hyperlink and browse for the PDF file in the Look
In bar, or its equivalent in 2000, select it and click ok. When your users
click on the cell they will go to the PDF file.
--
Sincerely, Michael Colvin


"Dar" wrote:

I have Excel 2000. Based on your suggestion, a user would have to manually
browse for each pdf file. Isn't there a way to automatically pull up a pdf
file when a user clicks the cell? This way, the user doesn't have to goto
INSERT-HYPERLINK and browse manually for the file.

Thanks,

"Michael" wrote:

Hi Dar. With Excel 2003 you can select a cell then go to InsertHyperlink
and click on the Look In bar and browse to locate your PDF file. If you are
creating the PDF files you could also insert a Hyperlink back to your table
in the original file. HTH
--
Sincerely, Michael Colvin


"Dar" wrote:

I have a column in one of my Excel spreadsheets in which all the cells of
that column will have a unique alpha-numeric value. This value corresponds to
a specific pdf file on one of my folders on the Server. For example, if one
of the cell values is AB123, there will be a pdf file on a different
directory named AB123.pdf.

I want to set this value to be a hyperlink so that when a user clicks it,
its associated pdf file opens.

Can someone please help me with this????

Thanks,



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

Another way is to use the =hyperlink() worksheet function.

If all the pdf files are in the same folder, put that folder in a cell (say A1).

Then with those values in A2:Axx, you can use a formula like this in B2 (and
drag down):

=hyperlink("file:////" & $a$1 & "/" & a2 & ".pdf", "Click me!")

(you may not need that "/" portion if you included the trailing backslash in
$A$1.)

If all the files are in different folders, you could put the folders in an
adjacent cell and pick it up from there (file name in column A, folder name in
column B, and link in column C):

=hyperlink("file:////" & b2 & "/" & c2 & ".pdf","click me!")

Drag the formulas down the range, too.

Dar wrote:

I have a column in one of my Excel spreadsheets in which all the cells of
that column will have a unique alpha-numeric value. This value corresponds to
a specific pdf file on one of my folders on the Server. For example, if one
of the cell values is AB123, there will be a pdf file on a different
directory named AB123.pdf.

I want to set this value to be a hyperlink so that when a user clicks it,
its associated pdf file opens.

Can someone please help me with this????

Thanks,


--

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
Hyperlinks to files on network drivers Fornol New Users to Excel 3 February 22nd 06 11:10 PM
Hyperlinks to network files Tommc49 Excel Discussion (Misc queries) 0 June 25th 05 09:59 PM
bmp files in Excel Hyperlinks open with wrong program Dave B. Excel Discussion (Misc queries) 1 May 31st 05 05:08 PM
I have problems with hyperlinks to Adobe pdf files STEVESEY Excel Discussion (Misc queries) 2 April 29th 05 07:02 PM
hyperlinks to bookmarks in pdf files tonynguyen Excel Discussion (Misc queries) 1 January 28th 05 02:11 AM


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