View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Is there a better way to enter data than Data Validation

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.