Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am familiar with and have used data validation and it has many shortfalls.
1) Case sensitive 2) No "Auto Complete" 3) Prior versions of Excel do not recognize selecting from the list as a change event Is there a more functional way to enter data, or am I missing something? What I would like to do is have "Autocomplete" work from a seperate list, rather than just the cells in the same column's "CurrentRegion". Is it possible to have control over the "list" that Autocomplete uses, or am I destined to include the list in the same column's "CurrentRegion" as the data entry lists to make this happen? I've been using a "List Box" to do this, but it's cumbersome to display a form or embed and remove an object when data is being entered in the worksheet. I've been struggling with this for years and would appreciate any insight you may have. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
No support for any of that.
Debra Dalgleish shows how to use code to make a control toolbox combobox appear and behave like data validation but with the added functionality of the combobox control. http://www.contextures.com/excelfiles.html look at files that describe font size can be set, more than 8 rows displayed, autocomplete can be enabled. such as DV0032 -- Regards, Tom Ogilvy "Ken Valenti" wrote: I am familiar with and have used data validation and it has many shortfalls. 1) Case sensitive 2) No "Auto Complete" 3) Prior versions of Excel do not recognize selecting from the list as a change event Is there a more functional way to enter data, or am I missing something? What I would like to do is have "Autocomplete" work from a seperate list, rather than just the cells in the same column's "CurrentRegion". Is it possible to have control over the "list" that Autocomplete uses, or am I destined to include the list in the same column's "CurrentRegion" as the data entry lists to make this happen? I've been using a "List Box" to do this, but it's cumbersome to display a form or embed and remove an object when data is being entered in the worksheet. I've been struggling with this for years and would appreciate any insight you may have. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data Validation - enter first letter and find? | Excel Discussion (Misc queries) | |||
Why can't I enter a valid number in a cell with data validation | Excel Worksheet Functions | |||
data validation list: how do i 'force' a user to enter data from the list? | Excel Discussion (Misc queries) | |||
data validation list: how do i 'force' a user to enter data from the list? | Excel Discussion (Misc queries) | |||
How do i set up data validation to only enter yes or no? | Excel Worksheet Functions |