Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have on sheet1(Enter-Exit Page) a list that grows as new sheets are added,
that displays a cell value. They are displayed in the range O4:O48, as this is the MAXIMUM number of sheets that the Workbook will contain. However i want to be able to have the values displayed on the Enter-Exit Page as a hyperlink to the particular worksheet that value is from. How can i do this, considering that there amy only be a few values, until eventually O4:O48 will have values. Regards Corey |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Possibly
Look at the hyperlink worksheet function in Excel help. If that won't work, then you will depending on how data is entered and what would trigger the creation of a hyperlink, you would look at the change event. http://www.cpearson.com/excel/events.htm for an overview of Events (Chip Pearson's site) -- Regards, Tom Ogilvy "Corey" wrote in message ... I have on sheet1(Enter-Exit Page) a list that grows as new sheets are added, that displays a cell value. They are displayed in the range O4:O48, as this is the MAXIMUM number of sheets that the Workbook will contain. However i want to be able to have the values displayed on the Enter-Exit Page as a hyperlink to the particular worksheet that value is from. How can i do this, considering that there amy only be a few values, until eventually O4:O48 will have values. Regards Corey |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just insert a normal hyperlink that points to any cell in any sheet, but add
an '=' before the text to display. "Corey" schreef in bericht ... I have on sheet1(Enter-Exit Page) a list that grows as new sheets are added, that displays a cell value. They are displayed in the range O4:O48, as this is the MAXIMUM number of sheets that the Workbook will contain. However i want to be able to have the values displayed on the Enter-Exit Page as a hyperlink to the particular worksheet that value is from. How can i do this, considering that there amy only be a few values, until eventually O4:O48 will have values. Regards Corey |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I set values for a cell in every sheet of a workbook? | Excel Discussion (Misc queries) | |||
Hyperlink to another sheet, same workbook | Excel Discussion (Misc queries) | |||
freeze values in a cell derived from another sheet in a workbook | Excel Discussion (Misc queries) | |||
Saving a sheet in a workbook as .csv but not changing workbook name | Excel Programming | |||
Cell linked to a range of cell values in different sheet | Excel Discussion (Misc queries) |