Excel VBA - help with list (by using validation tool)

S

stevieh

Hi All,

I have a list that has been created by using the validation too
(Data>Validation)

Is it possible that when someone wants to choose something from th
list they could say type the first few words and it would automaticall
show.

I.e you type "holi" or atleast part of the word and the cell shows th
whole word.

Thanks steve:confused
 
D

Debra Dalgleish

Data Validation doesn't include the autocomplete feature. You can type
the entire entry, scroll through the dropdown list, or use keyboard
(arrow keys, page up, page down) to navigate through the list.
 
Top