Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Navigating in big list

In a worksheet I have hundreds of rows with names (alfabetically sorted). Is
there a way to get functionality like in Windows explorer? I like to write a
letter D and the first row with name starting on D becomes the selected cell
(sorry about my english)?

Torstein


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,441
Default Navigating in big list

Torstein,

No, Excel doesn't have that ability.

HTH,
Bernie
MS Excel MVP

"Torstein S. Johnsen" wrote in message
...
In a worksheet I have hundreds of rows with names (alfabetically

sorted). Is
there a way to get functionality like in Windows explorer? I like to

write a
letter D and the first row with name starting on D becomes the

selected cell
(sorry about my english)?

Torstein




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default Navigating in big list

Torstein,

I assume your list has multiple columns, so putting a row
of hotspots at the top isn't going to work.

How about splitting the screen and having a row of cells
at the top, and the list beneath. This would allow you to
use the worksheet change event to test:

Which cell is the activecell in the top part of the
screen, and then scroll the bottom section of the window
to the corresponding entry in the corresponding column.

Say your list consists of
______________________________________________
| X | | |
______________________________________________
Adam
Arthur
Brian
Betty
Bertha
Charlie
Charlotte
Clarice
Doug

Where the X is, you type "C", use the Worksheet_Change
event to determine the activecell, then jump to the list,
iterate through the list until you find the match and
bring it to the top row of the bottom area of the window,
jump back to the top area (the cell containing X) enter
edit mode and wait for a key press, if a further key is
pressed, say "L", you now do the same again searching
from the first match, looking for "CL".

Does this help?

Steve
-----Original Message-----
In a worksheet I have hundreds of rows with names

(alfabetically sorted). Is
there a way to get functionality like in Windows

explorer? I like to write a
letter D and the first row with name starting on D

becomes the selected cell
(sorry about my english)?

Torstein


.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Navigating in big list

There is no direct support for it - but you could put up a userform and use
the change event in a textbox to position the activecell, or you could load
the data in a combobox/listbox and use the built in capability of that
control to do it.

--
Regards,
Tom Ogilvy

"Torstein S. Johnsen" wrote in message
...
In a worksheet I have hundreds of rows with names (alfabetically sorted).

Is
there a way to get functionality like in Windows explorer? I like to write

a
letter D and the first row with name starting on D becomes the selected

cell
(sorry about my english)?

Torstein




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
Navigating ~ One Fine Old Dude Excel Worksheet Functions 0 June 6th 07 06:38 PM
navigating with the tab key Cynthia[_2_] New Users to Excel 1 April 17th 07 05:18 PM
Navigating Gibbie Excel Discussion (Misc queries) 9 January 31st 05 10:49 PM
Navigating a filtered list Hafeez Esmail Excel Programming 3 December 11th 03 08:17 PM
Navigating Hafeez Esmail Excel Programming 11 November 19th 03 07:18 PM


All times are GMT +1. The time now is 03:00 PM.

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

About Us

"It's about Microsoft Excel"