Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Simon
 
Posts: n/a
Default Navigating within worksheet

I have a spreadsheet around 6000 rows long. I want to include a means of
navigating around the spreadsheet in a freeze framed section at the top. I
have considered a number of options including a simple drop down list (via
the validaton command) and a goto button in VBA or the use of a dropdown list
and hyperlinks.

While this works reasonably well there are arond 100 locations I wish to
navigate to and including these in a single drop-down list is not practical -
I really want to be able to have some sort of drop down list which displays
10 high level categories, then within each of these categories a further 10
sub categories, much like standard office menus. Does anyone have any useful
pointers or VBA to help me achieve this

cheers

Simon
  #2   Report Post  
Duke Carey
 
Posts: n/a
Default

You can find some info here about dependent drop down lists, and use that as
a starting place. Make the first list your 10 hi-level categories &
subsequent lists will depend on the first choice made

http://www.contextures.com/xlDataVal02.html


"Simon" wrote:

I have a spreadsheet around 6000 rows long. I want to include a means of
navigating around the spreadsheet in a freeze framed section at the top. I
have considered a number of options including a simple drop down list (via
the validaton command) and a goto button in VBA or the use of a dropdown list
and hyperlinks.

While this works reasonably well there are arond 100 locations I wish to
navigate to and including these in a single drop-down list is not practical -
I really want to be able to have some sort of drop down list which displays
10 high level categories, then within each of these categories a further 10
sub categories, much like standard office menus. Does anyone have any useful
pointers or VBA to help me achieve this

cheers

Simon

  #3   Report Post  
Simon
 
Posts: n/a
Default

Duke

Thanks very much indeed for that - just what I needed. On a related point I
have used grouping within the 6,000 line spreadsheet to hide rows that I
don't need to look at. Do you know if there is anyway of ungrouping all rows
in the spreadsheet via VBA so that the user can see everything. When I
record a macro doing this in Excel 2002 it is recorded as an Excel4macro with
reference made to the specific lines in the spreadsheet which are been
unhidden, i.e. there is no ungroup.all command or equivalent.

Simon

"Duke Carey" wrote:

You can find some info here about dependent drop down lists, and use that as
a starting place. Make the first list your 10 hi-level categories &
subsequent lists will depend on the first choice made

http://www.contextures.com/xlDataVal02.html


"Simon" wrote:

I have a spreadsheet around 6000 rows long. I want to include a means of
navigating around the spreadsheet in a freeze framed section at the top. I
have considered a number of options including a simple drop down list (via
the validaton command) and a goto button in VBA or the use of a dropdown list
and hyperlinks.

While this works reasonably well there are arond 100 locations I wish to
navigate to and including these in a single drop-down list is not practical -
I really want to be able to have some sort of drop down list which displays
10 high level categories, then within each of these categories a further 10
sub categories, much like standard office menus. Does anyone have any useful
pointers or VBA to help me achieve this

cheers

Simon

  #4   Report Post  
Duke Carey
 
Posts: n/a
Default

One line of code will unhide all rows:

Columns("A:A").EntireRow.Hidden = False

"Simon" wrote:

Duke

Thanks very much indeed for that - just what I needed. On a related point I
have used grouping within the 6,000 line spreadsheet to hide rows that I
don't need to look at. Do you know if there is anyway of ungrouping all rows
in the spreadsheet via VBA so that the user can see everything. When I
record a macro doing this in Excel 2002 it is recorded as an Excel4macro with
reference made to the specific lines in the spreadsheet which are been
unhidden, i.e. there is no ungroup.all command or equivalent.

Simon

"Duke Carey" wrote:

You can find some info here about dependent drop down lists, and use that as
a starting place. Make the first list your 10 hi-level categories &
subsequent lists will depend on the first choice made

http://www.contextures.com/xlDataVal02.html


"Simon" wrote:

I have a spreadsheet around 6000 rows long. I want to include a means of
navigating around the spreadsheet in a freeze framed section at the top. I
have considered a number of options including a simple drop down list (via
the validaton command) and a goto button in VBA or the use of a dropdown list
and hyperlinks.

While this works reasonably well there are arond 100 locations I wish to
navigate to and including these in a single drop-down list is not practical -
I really want to be able to have some sort of drop down list which displays
10 high level categories, then within each of these categories a further 10
sub categories, much like standard office menus. Does anyone have any useful
pointers or VBA to help me achieve this

cheers

Simon

  #5   Report Post  
Joshua Fandango
 
Posts: n/a
Default

Hi Simon,

How about a custom toolbar with a menu tree? Obviously not what you
were after in terms of the frozen panes, but this would 'follow you
around the worksheet' as it were if you din't have it docked?

Cheers,
JF.

"?B?U2ltb24=?=" wrote in message ...
I have a spreadsheet around 6000 rows long. I want to include a means of
navigating around the spreadsheet in a freeze framed section at the top. I
have considered a number of options including a simple drop down list (via
the validaton command) and a goto button in VBA or the use of a dropdown list
and hyperlinks.

While this works reasonably well there are arond 100 locations I wish to
navigate to and including these in a single drop-down list is not practical -
I really want to be able to have some sort of drop down list which displays
10 high level categories, then within each of these categories a further 10
sub categories, much like standard office menus. Does anyone have any useful
pointers or VBA to help me achieve this

cheers

Simon

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Search/Match between 2 x separate Worksheets and populate result in third worksheet Alan Bartley Excel Discussion (Misc queries) 1 April 11th 05 05:21 AM
Copy from worksheet to another x times Union70 Excel Discussion (Misc queries) 0 March 7th 05 09:03 PM
Weekly Transaction Processing Ralph Howarth Excel Worksheet Functions 4 January 19th 05 05:37 AM
Indirect reference from one worksheet to another Bill Sturdevant Excel Worksheet Functions 2 December 17th 04 01:23 PM
Reference Data in Moved Worksheet tommcbrny Setting up and Configuration of Excel 1 December 1st 04 06:49 PM


All times are GMT +1. The time now is 02:32 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"