Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 51
Default Hyperlink to a spcific worksheet

I am having trouble inserting a hyperlink that will go to a specific
worksheet in another workbook. The link below does open the workbook, but it
won't go to the sheet I want, which in this instance is "1991C".

=HYPERLINK("[w://Courtney/Recon/LnRec-8-09.xls]1991C", "Click to see
September 2009 Reconciliation")

Can anyone offer a solution?

Thanks
--
Allan
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Hyperlink to a spcific worksheet

This will open a file, open a specific sheet, and go to a specific cell:

=HYPERLINK("file:///C:\Documents and
Settings\User\Desktop\Book2.xls#Sheet2!B9")

--
Gary''s Student - gsnu200905


"Flipper" wrote:

I am having trouble inserting a hyperlink that will go to a specific
worksheet in another workbook. The link below does open the workbook, but it
won't go to the sheet I want, which in this instance is "1991C".

=HYPERLINK("[w://Courtney/Recon/LnRec-8-09.xls]1991C", "Click to see
September 2009 Reconciliation")

Can anyone offer a solution?

Thanks
--
Allan

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 51
Default Hyperlink to a spcific worksheet

I copied your verbiage exactly as it appears below and replaced your file
locations and names with mine. It still opens the workbook but now states
"Reference is not valid". Here is my formula:

file:///W:\Courtney\Recon\LnRec-8-09.xls#1991C!a1

Even if I omit the "file///", it still returns the same error message.



--
Allan


"Gary''s Student" wrote:

This will open a file, open a specific sheet, and go to a specific cell:

=HYPERLINK("file:///C:\Documents and
Settings\User\Desktop\Book2.xls#Sheet2!B9")

--
Gary''s Student - gsnu200905


"Flipper" wrote:

I am having trouble inserting a hyperlink that will go to a specific
worksheet in another workbook. The link below does open the workbook, but it
won't go to the sheet I want, which in this instance is "1991C".

=HYPERLINK("[w://Courtney/Recon/LnRec-8-09.xls]1991C", "Click to see
September 2009 Reconciliation")

Can anyone offer a solution?

Thanks
--
Allan

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Hyperlink to a spcific worksheet

What happened to the =hyperlink() function?



Flipper wrote:

I copied your verbiage exactly as it appears below and replaced your file
locations and names with mine. It still opens the workbook but now states
"Reference is not valid". Here is my formula:

file:///W:\Courtney\Recon\LnRec-8-09.xls#1991C!a1

Even if I omit the "file///", it still returns the same error message.

--
Allan

"Gary''s Student" wrote:

This will open a file, open a specific sheet, and go to a specific cell:

=HYPERLINK("file:///C:\Documents and
Settings\User\Desktop\Book2.xls#Sheet2!B9")

--
Gary''s Student - gsnu200905


"Flipper" wrote:

I am having trouble inserting a hyperlink that will go to a specific
worksheet in another workbook. The link below does open the workbook, but it
won't go to the sheet I want, which in this instance is "1991C".

=HYPERLINK("[w://Courtney/Recon/LnRec-8-09.xls]1991C", "Click to see
September 2009 Reconciliation")

Can anyone offer a solution?

Thanks
--
Allan


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 51
Default Hyperlink to a spcific worksheet

that is in the formula as well. It still doesn't work with that in there
though.
--
Allan


"Dave Peterson" wrote:

What happened to the =hyperlink() function?



Flipper wrote:

I copied your verbiage exactly as it appears below and replaced your file
locations and names with mine. It still opens the workbook but now states
"Reference is not valid". Here is my formula:

file:///W:\Courtney\Recon\LnRec-8-09.xls#1991C!a1

Even if I omit the "file///", it still returns the same error message.

--
Allan

"Gary''s Student" wrote:

This will open a file, open a specific sheet, and go to a specific cell:

=HYPERLINK("file:///C:\Documents and
Settings\User\Desktop\Book2.xls#Sheet2!B9")

--
Gary''s Student - gsnu200905


"Flipper" wrote:

I am having trouble inserting a hyperlink that will go to a specific
worksheet in another workbook. The link below does open the workbook, but it
won't go to the sheet I want, which in this instance is "1991C".

=HYPERLINK("[w://Courtney/Recon/LnRec-8-09.xls]1991C", "Click to see
September 2009 Reconciliation")

Can anyone offer a solution?

Thanks
--
Allan


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Hyperlink to a spcific worksheet

If you have a hyperlink that you added to the worksheet via Insert|Hyperlink (or
ctrl-k), then remove it.

Then try reentering the =hyperlink() formula once more.

If that doesn't work, share what went wrong and share the complete formula.

Flipper wrote:

that is in the formula as well. It still doesn't work with that in there
though.
--
Allan

"Dave Peterson" wrote:

What happened to the =hyperlink() function?



Flipper wrote:

I copied your verbiage exactly as it appears below and replaced your file
locations and names with mine. It still opens the workbook but now states
"Reference is not valid". Here is my formula:

file:///W:\Courtney\Recon\LnRec-8-09.xls#1991C!a1

Even if I omit the "file///", it still returns the same error message.

--
Allan

"Gary''s Student" wrote:

This will open a file, open a specific sheet, and go to a specific cell:

=HYPERLINK("file:///C:\Documents and
Settings\User\Desktop\Book2.xls#Sheet2!B9")

--
Gary''s Student - gsnu200905


"Flipper" wrote:

I am having trouble inserting a hyperlink that will go to a specific
worksheet in another workbook. The link below does open the workbook, but it
won't go to the sheet I want, which in this instance is "1991C".

=HYPERLINK("[w://Courtney/Recon/LnRec-8-09.xls]1991C", "Click to see
September 2009 Reconciliation")

Can anyone offer a solution?

Thanks
--
Allan


--

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
Hyperlink - particular worksheet Mike Excel Discussion (Misc queries) 0 May 11th 09 09:28 PM
Using a hyperlink within a worksheet pjmflan Excel Worksheet Functions 2 November 16th 07 02:06 PM
hyperlink: back to last worksheet my Excel Worksheet Functions 1 August 9th 06 08:25 PM
How to create a 'name' which is not worksheet spcific bj Excel Worksheet Functions 1 July 24th 06 10:28 AM
hyperlink to another worksheet billy boy Excel Worksheet Functions 2 November 25th 05 01:10 PM


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