Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I've done this before, but cannot find it in either help or any excel
manual. What I would like to do is to embed a command in a Worksheet that when clicked will take me to another Worksheet in the same Workbook Don -------------------------------------------------------- |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hyperlink
-- Gary''s Student gsnu200707 "Don J" wrote: I've done this before, but cannot find it in either help or any excel manual. What I would like to do is to embed a command in a Worksheet that when clicked will take me to another Worksheet in the same Workbook Don -------------------------------------------------------- |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way:
Select a cell. Choose Insert/Hyperlink... Link To: #Sheet2!A1 Display: Go to Sheet2, cell A1 In article , "Don J" wrote: I've done this before, but cannot find it in either help or any excel manual. What I would like to do is to embed a command in a Worksheet that when clicked will take me to another Worksheet in the same Workbook Don -------------------------------------------------------- |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you're talking about using a button to move to another sheet, after
creating the button, make the referenced code read sheets("Sheet2").select, utilizing whatever sheet you would like to select. Hope this helps! -Chad "Don J" wrote: I've done this before, but cannot find it in either help or any excel manual. What I would like to do is to embed a command in a Worksheet that when clicked will take me to another Worksheet in the same Workbook Don -------------------------------------------------------- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to move row from one worksheet to another | Excel Discussion (Misc queries) | |||
Unable to Insert Worksheet/Move and copy worksheet Excel 2003 | Excel Worksheet Functions | |||
how to move a row to a new worksheet only if a cell has a certain | Excel Discussion (Misc queries) | |||
Can't move worksheet after saving (mac) | Excel Discussion (Misc queries) | |||
is there a shortcut to move from one worksheet to another, in Exc. | Excel Discussion (Misc queries) |