ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   List menu question (https://www.excelbanter.com/excel-discussion-misc-queries/144818-list-menu-question.html)

Becky

List menu question
 
So I've created a list of products. I'd like to be able to start typing in
the name of the product, and the list automatically go down to where that
product is located on the list.

Currently, if you click in the cell that contains the list, you're able to
type the product name, but it's entering the name as if you were trying to
enter the name in the cell, and not select it from the drop-down menu. Once
you hit "enter", it says the value is invalid.

Know any way to type to be able to scroll down the menu?


vezerid

List menu question
 
On Jun 1, 4:10 pm, Becky wrote:
So I've created a list of products. I'd like to be able to start typing in
the name of the product, and the list automatically go down to where that
product is located on the list.

Currently, if you click in the cell that contains the list, you're able to
type the product name, but it's entering the name as if you were trying to
enter the name in the cell, and not select it from the drop-down menu. Once
you hit "enter", it says the value is invalid.

Know any way to type to be able to scroll down the menu?



I don;t think this can be done from Excel, even with VBA. Would you
settle for a user form with the same behavior?

HTH
Kostis Vezerides


Becky

List menu question
 
What do you mean by "user form"?

"vezerid" wrote:

On Jun 1, 4:10 pm, Becky wrote:
So I've created a list of products. I'd like to be able to start typing in
the name of the product, and the list automatically go down to where that
product is located on the list.

Currently, if you click in the cell that contains the list, you're able to
type the product name, but it's entering the name as if you were trying to
enter the name in the cell, and not select it from the drop-down menu. Once
you hit "enter", it says the value is invalid.

Know any way to type to be able to scroll down the menu?



I don;t think this can be done from Excel, even with VBA. Would you
settle for a user form with the same behavior?

HTH
Kostis Vezerides



vezerid

List menu question
 
On Jun 1, 4:36 pm, Becky wrote:
What do you mean by "user form"?

"vezerid" wrote:
On Jun 1, 4:10 pm, Becky wrote:
So I've created a list of products. I'd like to be able to start typing in
the name of the product, and the list automatically go down to where that
product is located on the list.


Currently, if you click in the cell that contains the list, you're able to
type the product name, but it's entering the name as if you were trying to
enter the name in the cell, and not select it from the drop-down menu. Once
you hit "enter", it says the value is invalid.


Know any way to type to be able to scroll down the menu?


I don;t think this can be done from Excel, even with VBA. Would you
settle for a user form with the same behavior?


HTH
Kostis Vezerides


I mean that you will not be typing the name in an Excel cell but a
form (like the menu dialog boxes) will be up and you will be typing
there. As you type you will see the Excel selection change on the
grid. Is this something you could live with?

Kostis



Roger Govier

List menu question
 
Hi Becky

You can only do that with a Combo box, not with Data Validation.
There is a sample workaround to type a single letter e.g. V and have the
list jump to that section, then scroll from there.
You will find a downloadable example file at
http://www.contextures.com/excelfiles.html#DataVal
--
Regards

Roger Govier


"Becky" wrote in message
...
So I've created a list of products. I'd like to be able to start
typing in
the name of the product, and the list automatically go down to where
that
product is located on the list.

Currently, if you click in the cell that contains the list, you're
able to
type the product name, but it's entering the name as if you were
trying to
enter the name in the cell, and not select it from the drop-down menu.
Once
you hit "enter", it says the value is invalid.

Know any way to type to be able to scroll down the menu?




Becky

List menu question
 
Yeah, how do I do that, though?

"vezerid" wrote:

On Jun 1, 4:36 pm, Becky wrote:
What do you mean by "user form"?

"vezerid" wrote:
On Jun 1, 4:10 pm, Becky wrote:
So I've created a list of products. I'd like to be able to start typing in
the name of the product, and the list automatically go down to where that
product is located on the list.


Currently, if you click in the cell that contains the list, you're able to
type the product name, but it's entering the name as if you were trying to
enter the name in the cell, and not select it from the drop-down menu. Once
you hit "enter", it says the value is invalid.


Know any way to type to be able to scroll down the menu?


I don;t think this can be done from Excel, even with VBA. Would you
settle for a user form with the same behavior?


HTH
Kostis Vezerides


I mean that you will not be typing the name in an Excel cell but a
form (like the menu dialog boxes) will be up and you will be typing
there. As you type you will see the Excel selection change on the
grid. Is this something you could live with?

Kostis




Becky

List menu question
 
Thanks for the link. Looks like a great site. Not sure how to actually use
the combo box, though.

Any suggestions?

"Roger Govier" wrote:

Hi Becky

You can only do that with a Combo box, not with Data Validation.
There is a sample workaround to type a single letter e.g. V and have the
list jump to that section, then scroll from there.
You will find a downloadable example file at
http://www.contextures.com/excelfiles.html#DataVal
--
Regards

Roger Govier


"Becky" wrote in message
...
So I've created a list of products. I'd like to be able to start
typing in
the name of the product, and the list automatically go down to where
that
product is located on the list.

Currently, if you click in the cell that contains the list, you're
able to
type the product name, but it's entering the name as if you were
trying to
enter the name in the cell, and not select it from the drop-down menu.
Once
you hit "enter", it says the value is invalid.

Know any way to type to be able to scroll down the menu?





Roger Govier

List menu question
 
Hi Becky

If you want to go the Combo box route as opposed to sticking with Data
Validation, then Debra has info on doing this at
http://www.contextures.com/xlDataVal10.html
including a downloadable sample file.

--
Regards

Roger Govier


"Becky" wrote in message
...
Thanks for the link. Looks like a great site. Not sure how to actually
use
the combo box, though.

Any suggestions?

"Roger Govier" wrote:

Hi Becky

You can only do that with a Combo box, not with Data Validation.
There is a sample workaround to type a single letter e.g. V and have
the
list jump to that section, then scroll from there.
You will find a downloadable example file at
http://www.contextures.com/excelfiles.html#DataVal
--
Regards

Roger Govier


"Becky" wrote in message
...
So I've created a list of products. I'd like to be able to start
typing in
the name of the product, and the list automatically go down to
where
that
product is located on the list.

Currently, if you click in the cell that contains the list, you're
able to
type the product name, but it's entering the name as if you were
trying to
enter the name in the cell, and not select it from the drop-down
menu.
Once
you hit "enter", it says the value is invalid.

Know any way to type to be able to scroll down the menu?








All times are GMT +1. The time now is 07:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com