Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have an Excel workbook. I want to have one worksheet with a list of
buttons, so that if i click one it will take me to a specific worksheet. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assign macro to each button (using FORMS toolbar):
Sub Button1_Click() Worksheets("Sheet1").Activate End Sub HTH "AzMan" wrote: I have an Excel workbook. I want to have one worksheet with a list of buttons, so that if i click one it will take me to a specific worksheet. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
make the buttons in a sheet. then select each button in design mode. and
insert hyperlink "AzMan" wrote: I have an Excel workbook. I want to have one worksheet with a list of buttons, so that if i click one it will take me to a specific worksheet. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() AzMan Wrote: I have an Excel workbook. I want to have one worksheet with a list of buttons, so that if i click one it will take me to a specific worksheet. There are some great codes here for sheet table of contents http://www.mvps.org/dmcritchie/excel/buildtoc.htm -- MageeStringer ------------------------------------------------------------------------ MageeStringer's Profile: http://www.excelforum.com/member.php...o&userid=33298 View this thread: http://www.excelforum.com/showthread...hreadid=531850 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() You can avoid buttons and macros altogether by inserting hyperlinks Ctrl + K -- John James ------------------------------------------------------------------------ John James's Profile: http://www.excelforum.com/member.php...o&userid=32690 View this thread: http://www.excelforum.com/showthread...hreadid=531850 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How about an addin?
From Debra Dalgleish's site: http://www.contextures.com/xlToolbar01.html AzMan wrote: I have an Excel workbook. I want to have one worksheet with a list of buttons, so that if i click one it will take me to a specific worksheet. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I create multiple worksheets from Page Pivots | Excel Worksheet Functions | |||
Merge Worksheets | Excel Discussion (Misc queries) | |||
Merge Worksheets | Excel Worksheet Functions | |||
Vanishing Control Toolbox Command Buttons | Excel Discussion (Misc queries) | |||
Buttons on excel worksheets relocating to the left when I print. . | Excel Discussion (Misc queries) |