Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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- -- Dropdown3 ------------------------------------------------------------------------ Dropdown3's Profile: http://www.excelforum.com/member.php...o&userid=30321 View this thread: http://www.excelforum.com/showthread...hreadid=518753 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I don't think that there's a good way to limit the use of your workbook--except
not give it out to people who shouldn't use it--and only give it to trustworthy users. (Sorry.) And this autocomplete is actually a user setting. Tools|Options|edit tab|enable autocomplete for cell values. It uses the cells above and below to help guess what you want. Data|validation doesn't provide this ability for matching entries. But a combobox from the control toolbox toolbar does have this ability. Dropdown3 wrote: 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- -- Dropdown3 ------------------------------------------------------------------------ Dropdown3's Profile: http://www.excelforum.com/member.php...o&userid=30321 View this thread: http://www.excelforum.com/showthread...hreadid=518753 -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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- -- Dropdown3 ------------------------------------------------------------------------ Dropdown3's Profile: http://www.excelforum.com/member.php...o&userid=30321 View this thread: http://www.excelforum.com/showthread...hreadid=518753 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. Dropdown3 wrote: 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- -- Dropdown3 ------------------------------------------------------------------------ Dropdown3's Profile: http://www.excelforum.com/member.php...o&userid=30321 View this thread: http://www.excelforum.com/showthread...hreadid=518753 -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. Dave Peterson wrote: 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. Dropdown3 wrote: 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. -- Debra Dalgleish Excel FAQ, Tips & Book List http://www.contextures.com/tiptech.html |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Populating worksheet via a drop down list ! | Excel Worksheet Functions | |||
circular drop down list on different pages | Excel Worksheet Functions | |||
How do I make other cells dependent on my drop down list? | Excel Discussion (Misc queries) | |||
changing value of a cell by selecting an item from a drop down list | Excel Worksheet Functions | |||
Pull unique names for drop down list | Excel Discussion (Misc queries) |