Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 271
Default Hyperlink problem and question

I created a hyperlink to a pdf file ,it flashes and closes whats wrong???

\\Pwreports\PWREPORTS\2010\197\2010000005_NIBRS Incident Report.pdf


I can make the hyper link work once, ( flashes real fast and disappears)


I need change two things the 197 and 2001000005
The 197 is the ofc badge and is located in cell bh6 and the 2010000005 is
the case number and is located in cell au6 but when change it to the
cells in which the info is it doesn't work no more I also will CRTL D
after I can get this one line to work...

The link refers to a drive in which the ofc's report is located , its
under year\ofc badge number\case number underscoreNIBRS Incident
Report.pdf


Do I make sense and can you figure this out
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 35,218
Default Hyperlink problem and question

Make sure you have the current version of Reader:
http://www.adobe.com/support/downloa...13&fileID=2551

If you used the =hyperlink() worksheet function, you could try:

=hyperlink("File:////\\Pwreports\PWREPORTS\2010\" & bh6 & "\" & au6
& "_NIBRS Incident Report.pdf","click me")

The values in bh6 and au6 may need to be formatted (padded out to 3 or 10
characters):

=hyperlink("File:////\\Pwreports\PWREPORTS\2010\" & text(bh6,"000") & "\"
& text(au6,"0000000000") & "_NIBRS Incident Report.pdf","click me")


Shawn wrote:

I created a hyperlink to a pdf file ,it flashes and closes whats wrong???

\\Pwreports\PWREPORTS\2010\197\2010000005_NIBRS Incident Report.pdf

I can make the hyper link work once, ( flashes real fast and disappears)

I need change two things the 197 and 2001000005
The 197 is the ofc badge and is located in cell bh6 and the 2010000005 is
the case number and is located in cell au6 but when change it to the
cells in which the info is it doesn't work no more I also will CRTL D
after I can get this one line to work...

The link refers to a drive in which the ofc's report is located , its
under year\ofc badge number\case number underscoreNIBRS Incident
Report.pdf

Do I make sense and can you figure this out


--

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
Hyperlink Question Dennis Excel Discussion (Misc queries) 0 November 30th 09 07:31 PM
Hyperlink Question stew Excel Discussion (Misc queries) 2 February 28th 09 06:18 PM
Hyperlink Question Micky Excel Discussion (Misc queries) 1 August 20th 08 09:25 AM
hyperlink question G Excel Discussion (Misc queries) 1 October 24th 05 02:49 PM
Hyperlink Question Phil Osman Excel Discussion (Misc queries) 4 March 29th 05 03:11 AM


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