Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 55
Default select cells in dropdown list by keyboard

when selecting data from my dropdown list, I would like to be able to use
keyboard to cursor to the required cell ... is this possible ?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default select cells in dropdown list by keyboard

Usw arrow to keys to navigate to dropdown cell.

Alt + downarrow to open the list.

Arrow down to selection and ENTER key.


Gord Dibben MS Excel MVP

On Mon, 1 Dec 2008 17:19:02 -0800, Stacey
wrote:

when selecting data from my dropdown list, I would like to be able to use
keyboard to cursor to the required cell ... is this possible ?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 55
Default select cells in dropdown list by keyboard

Hi Thanks for that, however I would like to be able to drilldown by typing
the text, I have a large numeric & text list, and i need to be able to enter
a letter to drill down to the appropriate cell.

"Gord Dibben" wrote:

Usw arrow to keys to navigate to dropdown cell.

Alt + downarrow to open the list.

Arrow down to selection and ENTER key.


Gord Dibben MS Excel MVP

On Mon, 1 Dec 2008 17:19:02 -0800, Stacey
wrote:

when selecting data from my dropdown list, I would like to be able to use
keyboard to cursor to the required cell ... is this possible ?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default select cells in dropdown list by keyboard

DV dropdown lists do not have Autocomplete capability.

For that feature you would need a Combobox helper.

See Debra Dalgleish's site for the how-to part.

http://www.contextures.on.ca/xlDataVal10.html


Gord

On Mon, 1 Dec 2008 18:01:01 -0800, Stacey
wrote:

Hi Thanks for that, however I would like to be able to drilldown by typing
the text, I have a large numeric & text list, and i need to be able to enter
a letter to drill down to the appropriate cell.

"Gord Dibben" wrote:

Usw arrow to keys to navigate to dropdown cell.

Alt + downarrow to open the list.

Arrow down to selection and ENTER key.


Gord Dibben MS Excel MVP

On Mon, 1 Dec 2008 17:19:02 -0800, Stacey
wrote:

when selecting data from my dropdown list, I would like to be able to use
keyboard to cursor to the required cell ... is this possible ?




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 55
Default select cells in dropdown list by keyboard

Thanks for your reply

"Gord Dibben" wrote:

DV dropdown lists do not have Autocomplete capability.

For that feature you would need a Combobox helper.

See Debra Dalgleish's site for the how-to part.

http://www.contextures.on.ca/xlDataVal10.html


Gord

On Mon, 1 Dec 2008 18:01:01 -0800, Stacey
wrote:

Hi Thanks for that, however I would like to be able to drilldown by typing
the text, I have a large numeric & text list, and i need to be able to enter
a letter to drill down to the appropriate cell.

"Gord Dibben" wrote:

Usw arrow to keys to navigate to dropdown cell.

Alt + downarrow to open the list.

Arrow down to selection and ENTER key.


Gord Dibben MS Excel MVP

On Mon, 1 Dec 2008 17:19:02 -0800, Stacey
wrote:

when selecting data from my dropdown list, I would like to be able to use
keyboard to cursor to the required cell ... is this possible ?






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 55
Default select cells in dropdown list by keyboard

sorry me again, it appears not to work and I have a macro security level
warning appear, the drilldown code didnt work i fear.

"Stacey" wrote:

Thanks for your reply

"Gord Dibben" wrote:

DV dropdown lists do not have Autocomplete capability.

For that feature you would need a Combobox helper.

See Debra Dalgleish's site for the how-to part.

http://www.contextures.on.ca/xlDataVal10.html


Gord

On Mon, 1 Dec 2008 18:01:01 -0800, Stacey
wrote:

Hi Thanks for that, however I would like to be able to drilldown by typing
the text, I have a large numeric & text list, and i need to be able to enter
a letter to drill down to the appropriate cell.

"Gord Dibben" wrote:

Usw arrow to keys to navigate to dropdown cell.

Alt + downarrow to open the list.

Arrow down to selection and ENTER key.


Gord Dibben MS Excel MVP

On Mon, 1 Dec 2008 17:19:02 -0800, Stacey
wrote:

when selecting data from my dropdown list, I would like to be able to use
keyboard to cursor to the required cell ... is this possible ?




  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default select cells in dropdown list by keyboard

Works as adveryised for me.

When you get the security warning do you enable macros?

Go through the steps Debta outlines one more time.

Better yet.........download the sample workbook so's you can see it in
action.


Gord

On Wed, 3 Dec 2008 19:21:08 -0800, Stacey
wrote:

sorry me again, it appears not to work and I have a macro security level
warning appear, the drilldown code didnt work i fear.

"Stacey" wrote:

Thanks for your reply

"Gord Dibben" wrote:

DV dropdown lists do not have Autocomplete capability.

For that feature you would need a Combobox helper.

See Debra Dalgleish's site for the how-to part.

http://www.contextures.on.ca/xlDataVal10.html


Gord

On Mon, 1 Dec 2008 18:01:01 -0800, Stacey
wrote:

Hi Thanks for that, however I would like to be able to drilldown by typing
the text, I have a large numeric & text list, and i need to be able to enter
a letter to drill down to the appropriate cell.

"Gord Dibben" wrote:

Usw arrow to keys to navigate to dropdown cell.

Alt + downarrow to open the list.

Arrow down to selection and ENTER key.


Gord Dibben MS Excel MVP

On Mon, 1 Dec 2008 17:19:02 -0800, Stacey
wrote:

when selecting data from my dropdown list, I would like to be able to use
keyboard to cursor to the required cell ... is this possible ?





  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 55
Default select cells in dropdown list by keyboard

Hi Gord,

I have downloaded the sample spreadsheet and enable macros and I still am
unable to drilldown !!

"Gord Dibben" wrote:

Works as adveryised for me.

When you get the security warning do you enable macros?

Go through the steps Debta outlines one more time.

Better yet.........download the sample workbook so's you can see it in
action.


Gord

On Wed, 3 Dec 2008 19:21:08 -0800, Stacey
wrote:

sorry me again, it appears not to work and I have a macro security level
warning appear, the drilldown code didnt work i fear.

"Stacey" wrote:

Thanks for your reply

"Gord Dibben" wrote:

DV dropdown lists do not have Autocomplete capability.

For that feature you would need a Combobox helper.

See Debra Dalgleish's site for the how-to part.

http://www.contextures.on.ca/xlDataVal10.html


Gord

On Mon, 1 Dec 2008 18:01:01 -0800, Stacey
wrote:

Hi Thanks for that, however I would like to be able to drilldown by typing
the text, I have a large numeric & text list, and i need to be able to enter
a letter to drill down to the appropriate cell.

"Gord Dibben" wrote:

Usw arrow to keys to navigate to dropdown cell.

Alt + downarrow to open the list.

Arrow down to selection and ENTER key.


Gord Dibben MS Excel MVP

On Mon, 1 Dec 2008 17:19:02 -0800, Stacey
wrote:

when selecting data from my dropdown list, I would like to be able to use
keyboard to cursor to the required cell ... is this possible ?






  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default select cells in dropdown list by keyboard

I can offer no further insights. A couple of question though.

You click on a cell under the Weekday category and type
w...........Wednesday should highlight for you to enter.

Or in the Month category you click on a cell and type j........Jauary should
highlight.............add u and June should highlight.

Does this happen for you?


Gord


On Thu, 4 Dec 2008 18:53:00 -0800, Stacey
wrote:

Hi Gord,

I have downloaded the sample spreadsheet and enable macros and I still am
unable to drilldown !!

"Gord Dibben" wrote:

Works as adveryised for me.

When you get the security warning do you enable macros?

Go through the steps Debta outlines one more time.

Better yet.........download the sample workbook so's you can see it in
action.


Gord

On Wed, 3 Dec 2008 19:21:08 -0800, Stacey
wrote:

sorry me again, it appears not to work and I have a macro security level
warning appear, the drilldown code didnt work i fear.

"Stacey" wrote:

Thanks for your reply

"Gord Dibben" wrote:

DV dropdown lists do not have Autocomplete capability.

For that feature you would need a Combobox helper.

See Debra Dalgleish's site for the how-to part.

http://www.contextures.on.ca/xlDataVal10.html


Gord

On Mon, 1 Dec 2008 18:01:01 -0800, Stacey
wrote:

Hi Thanks for that, however I would like to be able to drilldown by typing
the text, I have a large numeric & text list, and i need to be able to enter
a letter to drill down to the appropriate cell.

"Gord Dibben" wrote:

Usw arrow to keys to navigate to dropdown cell.

Alt + downarrow to open the list.

Arrow down to selection and ENTER key.


Gord Dibben MS Excel MVP

On Mon, 1 Dec 2008 17:19:02 -0800, Stacey
wrote:

when selecting data from my dropdown list, I would like to be able to use
keyboard to cursor to the required cell ... is this possible ?







  #10   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default select cells in dropdown list by keyboard

One more thought.

If you have already selected a value for the dropdown, you will have to
delete or backspace that value before you start typing a new value.


Gord

On Sat, 06 Dec 2008 12:05:24 -0800, Gord Dibben <gorddibbATshawDOTca wrote:

I can offer no further insights. A couple of question though.

You click on a cell under the Weekday category and type
w...........Wednesday should highlight for you to enter.

Or in the Month category you click on a cell and type j........Jauary should
highlight.............add u and June should highlight.

Does this happen for you?


Gord


On Thu, 4 Dec 2008 18:53:00 -0800, Stacey
wrote:

Hi Gord,

I have downloaded the sample spreadsheet and enable macros and I still am
unable to drilldown !!

"Gord Dibben" wrote:

Works as adveryised for me.

When you get the security warning do you enable macros?

Go through the steps Debta outlines one more time.

Better yet.........download the sample workbook so's you can see it in
action.


Gord

On Wed, 3 Dec 2008 19:21:08 -0800, Stacey
wrote:

sorry me again, it appears not to work and I have a macro security level
warning appear, the drilldown code didnt work i fear.

"Stacey" wrote:

Thanks for your reply

"Gord Dibben" wrote:

DV dropdown lists do not have Autocomplete capability.

For that feature you would need a Combobox helper.

See Debra Dalgleish's site for the how-to part.

http://www.contextures.on.ca/xlDataVal10.html


Gord

On Mon, 1 Dec 2008 18:01:01 -0800, Stacey
wrote:

Hi Thanks for that, however I would like to be able to drilldown by typing
the text, I have a large numeric & text list, and i need to be able to enter
a letter to drill down to the appropriate cell.

"Gord Dibben" wrote:

Usw arrow to keys to navigate to dropdown cell.

Alt + downarrow to open the list.

Arrow down to selection and ENTER key.


Gord Dibben MS Excel MVP

On Mon, 1 Dec 2008 17:19:02 -0800, Stacey
wrote:

when selecting data from my dropdown list, I would like to be able to use
keyboard to cursor to the required cell ... is this possible ?







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
How to keyboard select a row except the last two cells yhoy Excel Discussion (Misc queries) 5 November 18th 08 03:16 PM
Can a Dropdown list change neighoring cells base of what is select Mattb Excel Discussion (Misc queries) 1 June 13th 08 08:31 PM
select dropdown list dependant on value of a given cell abo Excel Discussion (Misc queries) 2 July 2nd 07 04:16 PM
select multiple items from a dropdown list Rebecca1 Excel Worksheet Functions 0 July 17th 06 08:47 PM
Select chart series using dropdown list Alex Delamain Charts and Charting in Excel 2 August 31st 05 07:35 PM


All times are GMT +1. The time now is 12:03 AM.

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"