View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jason Morin Jason Morin is offline
external usenet poster
 
Posts: 63
Default Autofill functionality with Validation

A combobox works nicely to quickly fill in the word. When
using Validation, you can engage AutoComplete by copying
the same list of words directly under or below the
Validation cell. Then hide those rows or the contents in
the cells.

HTH
Jason
Atlanta, GA

-----Original Message-----
Does anyone know of a way to add autofill functionality

to Validation?
I have a list of 700 items on a seperate spreadsheet and

am using the
drop-down list function in XL. I would like to be able

to enter a few
letters of the item and have the nearest item "fill-in".

I've been
searching the web for the last hour and have found a few

VB options but
they are for combo boxes and I'm not sure if they would

be transferable
to what I'm doing. Thanks.

Jon

.