Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
pkt pkt is offline
external usenet poster
 
Posts: 1
Default want to create a link to another worksheet in another workbook

I want to create a link to a worksheet in another workbook so that
when I click on the link it will pop up the worksheet in the other
workbook. For example, clicking on the link in workbook A will pop up
worksheet 5 in workbook B.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default want to create a link to another worksheet in another workbook

In workbook B enter this code in Thisworkbook module.

Private Sub Workbook_Open()
Sheets("Sheet5").Select
End Sub

Save and close workbook.

In a cell in Workbook A InsertHyperlinkExisting file or web page.

Drill down to Workbook B and OK

Note: you will get the hyperlinks can be dangerous to your health message.

To prevent that you need a registry hack

http://support.microsoft.com/?kbid=829072


Gord Dibben MS Excel MVP


On Mon, 26 Oct 2009 17:26:40 -0700 (PDT), pkt wrote:

I want to create a link to a worksheet in another workbook so that
when I click on the link it will pop up the worksheet in the other
workbook. For example, clicking on the link in workbook A will pop up
worksheet 5 in workbook B.


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
Create a Link to a Specific Worksheet mlenmik Excel Discussion (Misc queries) 2 June 16th 09 04:32 PM
Create link with sheet which is not inserted into workbook jai Excel Discussion (Misc queries) 1 April 17th 07 08:02 PM
Create link with sheet which is not inserted into workbook jai Excel Discussion (Misc queries) 2 April 17th 07 05:20 PM
Link worksheet totals to a summary worksheet in the same workbook Carolyn Excel Worksheet Functions 0 March 3rd 06 04:36 PM
How can I link cell colours from worksheet to worksheet/workbook? Evelyn Excel Worksheet Functions 1 July 5th 05 09:16 PM


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