Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Suppose I have a cell with month names for choices. In asimilar HTML input
page, the user would type "J" and "January" appears. Type "J" again and "June" appears. A third time and "July" appears. The typical excel drop-down (data validation) allows the user to type "Jan" in the cell, but will not choose "January." And the cell won't function as described in the first paragraph. I would like the cell to behave more like the HTML code. Is what I'm describing doable in Excel? How? Many thanks, John |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not in data validation, but you could use an activeX control
-- Regards, Nigel "John V" wrote in message ... Suppose I have a cell with month names for choices. In asimilar HTML input page, the user would type "J" and "January" appears. Type "J" again and "June" appears. A third time and "July" appears. The typical excel drop-down (data validation) allows the user to type "Jan" in the cell, but will not choose "January." And the cell won't function as described in the first paragraph. I would like the cell to behave more like the HTML code. Is what I'm describing doable in Excel? How? Many thanks, John |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You need a combobox to get the autocomplete function. DV doesn't have it.
See Debra Dalglesih's site for how-to and code. http://www.contextures.on.ca/xlDataVal10.html Gord Dibben MS Excel MVP On Mon, 8 Dec 2008 09:24:01 -0800, John V wrote: Suppose I have a cell with month names for choices. In asimilar HTML input page, the user would type "J" and "January" appears. Type "J" again and "June" appears. A third time and "July" appears. The typical excel drop-down (data validation) allows the user to type "Jan" in the cell, but will not choose "January." And the cell won't function as described in the first paragraph. I would like the cell to behave more like the HTML code. Is what I'm describing doable in Excel? How? Many thanks, John |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Retain drop down lists in Excel when saved as HTML | Excel Discussion (Misc queries) | |||
drop down list based on other drop down list pick | Excel Discussion (Misc queries) | |||
Drop Down List choice selecting another drop down list | Excel Worksheet Functions | |||
how do you drop an HTML spreadsheet into excel | Excel Worksheet Functions | |||
multiple select from the drop down list in excel. list in one sheet and drop down in | Excel Discussion (Misc queries) |