Drop down list limit to list

  • Thread starter Thread starter Dropdown3
  • Start date Start date
D

Dropdown3

How can I limit the people using my spreadsheet to the list of client
names listed? My list works great, but instead of selecting Gino's from
the drop down list, they type in "Ginos." I've search Data Validation
and see the Warning message options, but not a limit to list option.

Also, I know if I have "Gino's" in the column cell once, then the next
time someone types "G" in a cell that "Gino's" will pop up. Is there a
way to have this happen the first time some types a "G?"

-Chuck-
 
I have distributed the worksheet the appropriate persons, that's not the
issue. The problem I'm having is limiting their options to only the
clients listed in the list box.

-Chuck-
 
How did you create the dropdown?

If you used a combobox from the control toolbox toolbar, then change the .style
to fmStyledropdownlist.

If you use data|validation, make sure that you stop any invalid entry.

If you used something else, then you'll have to share that.
 
And make sure there aren't any blank cells in the source list, or people
will be able to type any entry in the cell with data validation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Filtered drop down list 2
Drop down list 2
drop down list 1
Dependant drop-down lists allowing invalid entries 3
Customise drop down list validation 3
Drop Down List 3
drop down list 2
Filter a Drop List ? 1

Back
Top