Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Why not add one forms button on the sheet and assign this macro
Sub test() On Error Resume Next Sheets(Cells(ActiveCell.Row, "A").Value).Select On Error GoTo 0 End Sub It will go to the sheet name in column A of the activecell row -- Regards Ron de Bruin http://www.rondebruin.nl "neilgrant" wrote in message ... Thanks Ron !! I tried the second solution you suggested and it works great. I would also like to make the sheet names on the summary sheet into hyperlinks to jump to the detail sheet, would you have an example of the code that I can add to do this? thanks Neil -- neilgrant Posted from - http://www.officehelp.in |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to separate contents of one cell into multiple horizontal cell | Excel Discussion (Misc queries) | |||
separate contents of one cell into multiple cells | Excel Worksheet Functions | |||
How do I combine the contents of multiple cells in one cell? | Excel Worksheet Functions | |||
Macro to remove contents of cell and move all other contents up one row | Excel Discussion (Misc queries) | |||
Splitting multiple cell contents containing values at end | Excel Worksheet Functions |