Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to use a List Box within a spreadsheet (this would be on each
page) - that by selecting the first option in the list (e.g. Sheet 1, then Sheet 2, etc.) it would navigate to each sheet? Trying to put the finishing touches to a spreadsheet - navigating round the different sheets needs to be 'easier' for everyone - this way I can have a descriptive title within the List box for each area. As always your time, and expertise is greatly appreciated. Many Thanks, Al. ( ) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you're using an ActiveX type listbox you can catch the Click event with
something like: Worksheets(lstErrors.ListIndex).Select Where lstErrors is the name of the listbox you're using -- Regards, Bill Lunney www.billlunney.com "MrAlMackay" wrote in message ... Is it possible to use a List Box within a spreadsheet (this would be on each page) - that by selecting the first option in the list (e.g. Sheet 1, then Sheet 2, etc.) it would navigate to each sheet? Trying to put the finishing touches to a spreadsheet - navigating round the different sheets needs to be 'easier' for everyone - this way I can have a descriptive title within the List box for each area. As always your time, and expertise is greatly appreciated. Many Thanks, Al. ( ) |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I actually use this? Should this be part of a macro, or through VBA?
How do I know if it is an ActiveX listbox type? Thanks for your help on this. Al. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Mr AL,
If you right-click on the arrows to the left of the sheet tab names, you get a sheet name list, effectively a listbox. Your users can select from there, and if you give the sheets descriptive names all solved without code or trickery. -- HTH ------- Bob Phillips ... looking out across Poole Harbour to the Purbecks "MrAlMackay" wrote in message ... Is it possible to use a List Box within a spreadsheet (this would be on each page) - that by selecting the first option in the list (e.g. Sheet 1, then Sheet 2, etc.) it would navigate to each sheet? Trying to put the finishing touches to a spreadsheet - navigating round the different sheets needs to be 'easier' for everyone - this way I can have a descriptive title within the List box for each area. As always your time, and expertise is greatly appreciated. Many Thanks, Al. ( ) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using forms to navigate | Excel Discussion (Misc queries) | |||
List Sheets excluding sheets named ***-A | Excel Discussion (Misc queries) | |||
Is there a shortcut to view a list of all worksheets and navigate | Excel Discussion (Misc queries) | |||
Ctrl+Page Down to navigate sheets | Excel Discussion (Misc queries) | |||
Can I use a drop down list to navigate to other spreadsheets | Excel Worksheet Functions |