Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hi! Experts I have Workbook which have 98 Sheets include a "UNIQUE LIST" Which have Names of the Sheets. Now i want to insert Hyperlinks in the "UNIQUE LIST" to other Sheets. Ex: If i Click on CZ001 it take me to CZ001 Sheet. If i click on WZ009 it take me to WZ009 and so on. I knew how to insert the Hyperlinks but i want any Formula or Code that will do me with in a Mintues. MY Second Question is: Say i Click on CZ001 it take me to CZ001 and When i click on A1 of Sheet!CZ001 it take me to "UNIQUE LIST" If i Click on WZ009 in "UNIQUE LIST" it take to me Sheet!WZ009, when i Click on A1 of Sheet!WZ009 it take me to "UNIQUE LIST" Is this Possible Thanks in Advance Hardeep Kanwar -- hardeep.kanwar ------------------------------------------------------------------------ hardeep.kanwar's Profile: http://www.thecodecage.com/forumz/member.php?userid=170 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=107000 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Excel has a built-in list of sheets that you might prefer using. Look at
the bottom left corner of the screen, right above the "START" button. There you will see left and right arrows that you normally use to scroll the sheet tabs. Right-click anywhere within these arrows. This pops up a listing of the sheets in the current workbook. In your case, with 98 sheets, notice that the last listing is "More sheets". Click on that. That brings up a scrollable listing of all sheets. Click on any sheet name and that sheet will become the active sheet. HTH Otto "hardeep.kanwar" wrote in message ... Hi! Experts I have Workbook which have 98 Sheets include a "UNIQUE LIST" Which have Names of the Sheets. Now i want to insert Hyperlinks in the "UNIQUE LIST" to other Sheets. Ex: If i Click on CZ001 it take me to CZ001 Sheet. If i click on WZ009 it take me to WZ009 and so on. I knew how to insert the Hyperlinks but i want any Formula or Code that will do me with in a Mintues. MY Second Question is: Say i Click on CZ001 it take me to CZ001 and When i click on A1 of Sheet!CZ001 it take me to "UNIQUE LIST" If i Click on WZ009 in "UNIQUE LIST" it take to me Sheet!WZ009, when i Click on A1 of Sheet!WZ009 it take me to "UNIQUE LIST" Is this Possible Thanks in Advance Hardeep Kanwar -- hardeep.kanwar ------------------------------------------------------------------------ hardeep.kanwar's Profile: http://www.thecodecage.com/forumz/member.php?userid=170 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=107000 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
This formula:
=HYPERLINK("[Book1]'"&A2&"'!A1",A2) will take you to cell A1 of the sheet listed in A2 on active sheet. Change name of workbook accordingly. Copy down as needed. Select all of your other sheets (excluuding unique list) using the shift/ctrl key to select multiple worksheets. Now, in cell A1 input this formula, adjusted accordingly: =HYPERLINK("[Book1]'UNIQUE LIST'!A1,"UNIQUE LIST") -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "hardeep.kanwar" wrote: Hi! Experts I have Workbook which have 98 Sheets include a "UNIQUE LIST" Which have Names of the Sheets. Now i want to insert Hyperlinks in the "UNIQUE LIST" to other Sheets. Ex: If i Click on CZ001 it take me to CZ001 Sheet. If i click on WZ009 it take me to WZ009 and so on. I knew how to insert the Hyperlinks but i want any Formula or Code that will do me with in a Mintues. MY Second Question is: Say i Click on CZ001 it take me to CZ001 and When i click on A1 of Sheet!CZ001 it take me to "UNIQUE LIST" If i Click on WZ009 in "UNIQUE LIST" it take to me Sheet!WZ009, when i Click on A1 of Sheet!WZ009 it take me to "UNIQUE LIST" Is this Possible Thanks in Advance Hardeep Kanwar -- hardeep.kanwar ------------------------------------------------------------------------ hardeep.kanwar's Profile: http://www.thecodecage.com/forumz/member.php?userid=170 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=107000 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Thanks Sir, Your first Formula done a Great Job for Me.:) ![]() But Unfortunataly Second one is not ![]() thing. Enclosed is the copy of my Example. Thanks in Advance Hardeep Kanwar +-------------------------------------------------------------------+ |Filename: Hyperlinks Multiple Sheets.xls | |Download: http://www.thecodecage.com/forumz/attachment.php?attachmentid=167| +-------------------------------------------------------------------+ -- hardeep.kanwar ------------------------------------------------------------------------ hardeep.kanwar's Profile: http://www.thecodecage.com/forumz/member.php?userid=170 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=107000 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() hardeep.kanwar;383301 Wrote: Thanks Sir, Your first Formula done a Great Job for Me.:) ![]() But Unfortunataly Second one is not ![]() thing. Enclosed is the copy of my Example. Thanks in Advance Hardeep Kanwar Pls Help me -- hardeep.kanwar ------------------------------------------------------------------------ hardeep.kanwar's Profile: http://www.thecodecage.com/forumz/member.php?userid=170 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=107000 |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() No Reply from ur side Sir, Pls Help Luke M;382842 Wrote: This formula: =HYPERLINK("[Book1]'"&A2&"'!A1",A2) will take you to cell A1 of the sheet listed in A2 on active sheet. Change name of workbook accordingly. Copy down as needed. Select all of your other sheets (excluuding unique list) using the shift/ctrl key to select multiple worksheets. Now, in cell A1 input this formula, adjusted accordingly: =HYPERLINK("[Book1]'UNIQUE LIST'!A1,"UNIQUE LIST") -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "hardeep.kanwar" wrote: Hi! Experts I have Workbook which have 98 Sheets include a "UNIQUE LIST" Which have Names of the Sheets. Now i want to insert Hyperlinks in the "UNIQUE LIST" to other Sheets. Ex: If i Click on CZ001 it take me to CZ001 Sheet. If i click on WZ009 it take me to WZ009 and so on. I knew how to insert the Hyperlinks but i want any Formula or Code that will do me with in a Mintues. MY Second Question is: Say i Click on CZ001 it take me to CZ001 and When i click on A1 of Sheet!CZ001 it take me to "UNIQUE LIST" If i Click on WZ009 in "UNIQUE LIST" it take to me Sheet!WZ009, when i Click on A1 of Sheet!WZ009 it take me to "UNIQUE LIST" Is this Possible Thanks in Advance Hardeep Kanwar -- hardeep.kanwar ------------------------------------------------------------------------ hardeep.kanwar's Profile: 'The Code Cage Forums - View Profile: hardeep.kanwar' (http://www.thecodecage.com/forumz/member.php?userid=170) View this thread: 'Hyperlinks to many Sheets within a Workbook - The Code Cage Forums' (http://www.thecodecage.com/forumz/sh...d.php?t=107000) -- hardeep.kanwar ------------------------------------------------------------------------ hardeep.kanwar's Profile: http://www.thecodecage.com/forumz/member.php?userid=170 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=107000 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Want to update hyperlinks through multiple sheets but can't | Excel Worksheet Functions | |||
Hyperlinks to hidden sheets | Excel Discussion (Misc queries) | |||
Multiple Sheets (Need to create 500 individual sheets in one workbook, pulling DATA | Excel Worksheet Functions | |||
How to repeat a code for selected sheets (or a contiguous range of sheets) in a Workbook? | Excel Worksheet Functions | |||
Hyperlinks With Workbook With Hidden Sheets | Excel Discussion (Misc queries) |