Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15
Default Auto Complete a select from a data validation list

I am using a list of 5,000 items stored on a separate worksheet in the same
work book for data validation of the items being selected on my order form.
The data validation feature seems to be working ok, when you select the
down-arrow, the list appears. However, with 5,000 potential selections,
scrolling to your choice is too time consuming. Can I make this list work
more like a combo box, so the user can time the first few letters, and the
list will search for matching items?
--

Thanks so much
Lele
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,979
Default Auto Complete a select from a data validation list

If you can use programming, there's a sample file here that provides a
combobox from which you can select one of the values from the data
validation list. In the combobox, you can enable autocomplete:

http://www.contextures.com/xlDataVal11.html

But with a list that long, it may help users to select from a category
first, then select an item from that category, using dependent lists:

http://www.contextures.com/xlDataVal02.html

Lele wrote:
I am using a list of 5,000 items stored on a separate worksheet in the same
work book for data validation of the items being selected on my order form.
The data validation feature seems to be working ok, when you select the
down-arrow, the list appears. However, with 5,000 potential selections,
scrolling to your choice is too time consuming. Can I make this list work
more like a combo box, so the user can time the first few letters, and the
list will search for matching items?



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15
Default Auto Complete a select from a data validation list

Thanks so much Debra! It worked great, and I am not even a programmer,
although I can copy paste with the best of them.

I do have another question however. I want to be able to "lock down" the
worksheet, so the user does not accidentally type over some of the functions
on other parts of the worksheet. Unfortunately, when I apply protection the
autofill combo box feature no longer works. Is there a solution?

Thanks again.

Lele



"Debra Dalgleish" wrote:

If you can use programming, there's a sample file here that provides a
combobox from which you can select one of the values from the data
validation list. In the combobox, you can enable autocomplete:

http://www.contextures.com/xlDataVal11.html

But with a list that long, it may help users to select from a category
first, then select an item from that category, using dependent lists:

http://www.contextures.com/xlDataVal02.html

Lele wrote:
I am using a list of 5,000 items stored on a separate worksheet in the same
work book for data validation of the items being selected on my order form.
The data validation feature seems to be working ok, when you select the
down-arrow, the list appears. However, with 5,000 potential selections,
scrolling to your choice is too time consuming. Can I make this list work
more like a combo box, so the user can time the first few letters, and the
list will search for matching items?



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,979
Default Auto Complete a select from a data validation list

You're welcome! Thanks for letting me know that it worked.

If the worksheet is being protected, allow users to Edit Objects, and
they should be able to use the combobox.

Lele wrote:
Thanks so much Debra! It worked great, and I am not even a programmer,
although I can copy paste with the best of them.

I do have another question however. I want to be able to "lock down" the
worksheet, so the user does not accidentally type over some of the functions
on other parts of the worksheet. Unfortunately, when I apply protection the
autofill combo box feature no longer works. Is there a solution?

Thanks again.

Lele



"Debra Dalgleish" wrote:


If you can use programming, there's a sample file here that provides a
combobox from which you can select one of the values from the data
validation list. In the combobox, you can enable autocomplete:

http://www.contextures.com/xlDataVal11.html

But with a list that long, it may help users to select from a category
first, then select an item from that category, using dependent lists:

http://www.contextures.com/xlDataVal02.html

Lele wrote:

I am using a list of 5,000 items stored on a separate worksheet in the same
work book for data validation of the items being selected on my order form.
The data validation feature seems to be working ok, when you select the
down-arrow, the list appears. However, with 5,000 potential selections,
scrolling to your choice is too time consuming. Can I make this list work
more like a combo box, so the user can time the first few letters, and the
list will search for matching items?



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html





--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15
Default Auto Complete a select from a data validation list

Wow! It is so easy when you have the answer!!!
Thanks again.
You're the best.
--
Lele


"Debra Dalgleish" wrote:

You're welcome! Thanks for letting me know that it worked.

If the worksheet is being protected, allow users to Edit Objects, and
they should be able to use the combobox.

Lele wrote:
Thanks so much Debra! It worked great, and I am not even a programmer,
although I can copy paste with the best of them.

I do have another question however. I want to be able to "lock down" the
worksheet, so the user does not accidentally type over some of the functions
on other parts of the worksheet. Unfortunately, when I apply protection the
autofill combo box feature no longer works. Is there a solution?

Thanks again.

Lele



"Debra Dalgleish" wrote:


If you can use programming, there's a sample file here that provides a
combobox from which you can select one of the values from the data
validation list. In the combobox, you can enable autocomplete:

http://www.contextures.com/xlDataVal11.html

But with a list that long, it may help users to select from a category
first, then select an item from that category, using dependent lists:

http://www.contextures.com/xlDataVal02.html

Lele wrote:

I am using a list of 5,000 items stored on a separate worksheet in the same
work book for data validation of the items being selected on my order form.
The data validation feature seems to be working ok, when you select the
down-arrow, the list appears. However, with 5,000 potential selections,
scrolling to your choice is too time consuming. Can I make this list work
more like a combo box, so the user can time the first few letters, and the
list will search for matching items?


--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html





--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Auto Complete a select from a data validation list

Debra,

Your website is great and very helpful! I am trying to create a combo box
with autocomplete for a workbook that I am creating. When I copy and paste
the code into my workbook, I am assuming I need to change something in the
code to reference my combo box. Could you tell me what needs changed? I
can't seem to figure it out. The name of my combo box is StoreListCombo.
I would appreciate any help.

"Debra Dalgleish" wrote:

If you can use programming, there's a sample file here that provides a
combobox from which you can select one of the values from the data
validation list. In the combobox, you can enable autocomplete:

http://www.contextures.com/xlDataVal11.html

But with a list that long, it may help users to select from a category
first, then select an item from that category, using dependent lists:

http://www.contextures.com/xlDataVal02.html

Lele wrote:
I am using a list of 5,000 items stored on a separate worksheet in the same
work book for data validation of the items being selected on my order form.
The data validation feature seems to be working ok, when you select the
down-arrow, the list appears. However, with 5,000 potential selections,
scrolling to your choice is too time consuming. Can I make this list work
more like a combo box, so the user can time the first few letters, and the
list will search for matching items?



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html


  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Auto Complete a select from a data validation list

Debra's code refers to a combobox named "TempCombo"

If your is named "StoreListCombo" edit the sheet code to that name.

Change both instances of Set cboTemp = ws.OLEObjects("TempCombo")


Gord Dibben MS Excel MVP


On Mon, 6 Apr 2009 07:53:02 -0700, aschulze
wrote:

Debra,

Your website is great and very helpful! I am trying to create a combo box
with autocomplete for a workbook that I am creating. When I copy and paste
the code into my workbook, I am assuming I need to change something in the
code to reference my combo box. Could you tell me what needs changed? I
can't seem to figure it out. The name of my combo box is StoreListCombo.
I would appreciate any help.

"Debra Dalgleish" wrote:

If you can use programming, there's a sample file here that provides a
combobox from which you can select one of the values from the data
validation list. In the combobox, you can enable autocomplete:

http://www.contextures.com/xlDataVal11.html

But with a list that long, it may help users to select from a category
first, then select an item from that category, using dependent lists:

http://www.contextures.com/xlDataVal02.html

Lele wrote:
I am using a list of 5,000 items stored on a separate worksheet in the same
work book for data validation of the items being selected on my order form.
The data validation feature seems to be working ok, when you select the
down-arrow, the list appears. However, with 5,000 potential selections,
scrolling to your choice is too time consuming. Can I make this list work
more like a combo box, so the user can time the first few letters, and the
list will search for matching items?



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto complete in a validation list Soni Excel Discussion (Misc queries) 1 April 17th 06 05:17 AM
Using a 'Select' (Data Validation) List? [email protected] Excel Worksheet Functions 6 November 30th 05 06:42 PM
data validation list should have opt. to select based on criteria be Excel Worksheet Functions 1 September 15th 05 01:05 PM
How to dynamically select a validation list from data in a cell? sessc Excel Discussion (Misc queries) 1 July 28th 05 06:11 PM
Auto scroll down data validation list [email protected] Excel Discussion (Misc queries) 4 January 28th 05 06:44 PM


All times are GMT +1. The time now is 06:46 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"