Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Excel Novice
 
Posts: n/a
Default Select from drop down list via typing text?

I'd like to save time selecting from a drop down list by typing the first few
letters of textl and have the cell "auto fill."
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Chip Pearson
 
Posts: n/a
Default Select from drop down list via typing text?

If you are using a combobox from the controls menu, set the
AutoWordSelect property to True. If you are using a data
validation dropdown, you can't do this.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com

"Excel Novice" <Excel wrote in
message
...
I'd like to save time selecting from a drop down list by typing
the first few
letters of textl and have the cell "auto fill."



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Phil
 
Posts: n/a
Default Select from drop down list via typing text?

Chip,

I am also interested in doing this. Is there a good tutorial on setting up a
combobox from the controls menu so that the user can just type some text to
select an entry?

Phil.

"Chip Pearson" wrote:

If you are using a combobox from the controls menu, set the
AutoWordSelect property to True. If you are using a data
validation dropdown, you can't do this.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com

"Excel Novice" <Excel wrote in
message
...
I'd like to save time selecting from a drop down list by typing
the first few
letters of textl and have the cell "auto fill."




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Dibben
 
Posts: n/a
Default Select from drop down list via typing text?

Phil

Should be all you need at Debra Dalgleish's site.

http://www.contextures.on.ca/xlDataVal10.html


Gord Dibben MS Excel MVP

On Mon, 12 Jun 2006 07:57:02 -0700, Phil wrote:

Chip,

I am also interested in doing this. Is there a good tutorial on setting up a
combobox from the controls menu so that the user can just type some text to
select an entry?

Phil.

"Chip Pearson" wrote:

If you are using a combobox from the controls menu, set the
AutoWordSelect property to True. If you are using a data
validation dropdown, you can't do this.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com

"Excel Novice" <Excel wrote in
message
...
I'd like to save time selecting from a drop down list by typing
the first few
letters of textl and have the cell "auto fill."





  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jim Jim is offline
external usenet poster
 
Posts: 615
Default Select from drop down list via typing text?

Hi Gord,

I referenced the site you recommended and found it helpful. Unfortunately,
I can not get the combo box to reference the drop down list - it pops up
empty. I am curious whether the macro code needs modification because I am
linking validation list from another workbook. I do have it open when
attempting to execute. Any recommendations would be greatly appreciated.
Thanks, Jim

"Gord Dibben" wrote:

Phil

Should be all you need at Debra Dalgleish's site.

http://www.contextures.on.ca/xlDataVal10.html


Gord Dibben MS Excel MVP

On Mon, 12 Jun 2006 07:57:02 -0700, Phil wrote:

Chip,

I am also interested in doing this. Is there a good tutorial on setting up a
combobox from the controls menu so that the user can just type some text to
select an entry?

Phil.

"Chip Pearson" wrote:

If you are using a combobox from the controls menu, set the
AutoWordSelect property to True. If you are using a data
validation dropdown, you can't do this.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com

"Excel Novice" <Excel wrote in
message
...
I'd like to save time selecting from a drop down list by typing
the first few
letters of textl and have the cell "auto fill."







  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Select from drop down list via typing text?

Did you first create the Data Validation dropdowns as instructed?

Since you're using another workbook for the source, make sure you use a
named range from that workbook as your list source.

http://www.contextures.on.ca/xlDataVal05.html

A sample workbook can be found at Debra's site

http://www.contextures.on.ca/excelfiles.html#DataVal

DV0028 - Data Validation Combobox Named Lists -- Double-click a cell that
contains a data validation list, and a combobox appears -- font size can be
set, more than 8 rows displayed, autocomplete can be enabled. Lists are
stored in named ranges on a separate sheet. Macros must be enabled.
DataValComboboxSheet.zip 13 kb updated 15-Jan-07 View detailed
Instructions

Another one from same site.............

DV0043 - Data Validation Combobox With Entry Check -- Double-click a cell
that contains a data validation list, and a combobox appears -- font size
can be set, more than 8 rows displayed, autocomplete can be enabled. When
the combobox loses focus, the entry is validated. DataValComboCheck.zip 15
kb 29-Jun-06 Updated 11-Oct-06


Gord

On Tue, 9 Sep 2008 20:06:01 -0700, Jim
wrote:

Hi Gord,

I referenced the site you recommended and found it helpful. Unfortunately,
I can not get the combo box to reference the drop down list - it pops up
empty. I am curious whether the macro code needs modification because I am
linking validation list from another workbook. I do have it open when
attempting to execute. Any recommendations would be greatly appreciated.
Thanks, Jim

"Gord Dibben" wrote:

Phil

Should be all you need at Debra Dalgleish's site.

http://www.contextures.on.ca/xlDataVal10.html


Gord Dibben MS Excel MVP

On Mon, 12 Jun 2006 07:57:02 -0700, Phil wrote:

Chip,

I am also interested in doing this. Is there a good tutorial on setting up a
combobox from the controls menu so that the user can just type some text to
select an entry?

Phil.

"Chip Pearson" wrote:

If you are using a combobox from the controls menu, set the
AutoWordSelect property to True. If you are using a data
validation dropdown, you can't do this.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com

"Excel Novice" <Excel wrote in
message
...
I'd like to save time selecting from a drop down list by typing
the first few
letters of textl and have the cell "auto fill."






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
can you make a drop down list in a drop down list? Sburlingham Excel Discussion (Misc queries) 18 October 12th 09 07:58 AM
display text depending on coice from drop down list Calle Excel Discussion (Misc queries) 11 May 28th 06 09:11 PM
Drop down list as part of a file name selector Guido Excel Discussion (Misc queries) 1 May 25th 06 07:13 PM
add text to cell by clicking a choice in drop down list Microsoft Sidewinder wheel force feedbac New Users to Excel 1 May 23rd 06 06:46 PM
Order of drop down list Cash Excel Discussion (Misc queries) 1 April 4th 06 11:12 PM


All times are GMT +1. The time now is 10:49 PM.

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

About Us

"It's about Microsoft Excel"