View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
MikeS[_3_] MikeS[_3_] is offline
external usenet poster
 
Posts: 4
Default keyboard up/down arrows to select items in this list box

On 09/04/2010 05:02 PM, shy1162 wrote:
I am using the mouse to select items in a list box. Is there a way to
use the keyboard up/down arrows to select items in this list box too?
I am using excel 2000.


This might be worth a try:

http://www.fontstuff.com/access/acctut11.htm

....select a block of items by clicking on the first one and
shift+clicking on the last one.

Separate non-adjacent items can be selected by clicking on the first one
then control+clicking on the others. Already selected items are
de-selected with control+click.