#1   Report Post  
Peter
 
Posts: n/a
Default Auto complete

I want to select a text item from a long drop down list. Is there a way to
have a form of auto complete to help you search the list or do all methods
(eg: data,validation,list) require you to scroll up and down the list to find
the entry you want?
Thanks.
--
Peter
London, UK
  #2   Report Post  
Norman Jones
 
Posts: n/a
Default

Hi Peter,

Data validation does not natively provide autocomplete functionality.

However, Debra Dalgleish provides a possible workaround, using a combobox,
at:

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


---
Regards,
Norman



"Peter" wrote in message
...
I want to select a text item from a long drop down list. Is there a way to
have a form of auto complete to help you search the list or do all methods
(eg: data,validation,list) require you to scroll up and down the list to
find
the entry you want?
Thanks.
--
Peter
London, UK



  #3   Report Post  
Peter
 
Posts: n/a
Default

Thanks Norman.
Can you suggest any other solution that does not involve VB code?
Thanks
--
Peter
London, UK


"Norman Jones" wrote:

Hi Peter,

Data validation does not natively provide autocomplete functionality.

However, Debra Dalgleish provides a possible workaround, using a combobox,
at:

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


---
Regards,
Norman



"Peter" wrote in message
...
I want to select a text item from a long drop down list. Is there a way to
have a form of auto complete to help you search the list or do all methods
(eg: data,validation,list) require you to scroll up and down the list to
find
the entry you want?
Thanks.
--
Peter
London, UK




  #4   Report Post  
Norman Jones
 
Posts: n/a
Default

Hi Peter,

The workaround enunciated by Debra Dalgleish is the only workaround of which
I am aware.

The implementation of Debra's code is very straightforward and she offers a
sample workbook which can freely be downloaded.

If you are not familiar with macros, you might care to visit David
McRitchie's 'Getting Started With Macros And User Defined Functions' at:

http://www.mvps.org/dmcritchie/excel/getstarted.htm


---
Regards,
Norman



"Peter" wrote in message
...
Thanks Norman.
Can you suggest any other solution that does not involve VB code?
Thanks
--
Peter
London, UK


"Norman Jones" wrote:

Hi Peter,

Data validation does not natively provide autocomplete functionality.

However, Debra Dalgleish provides a possible workaround, using a
combobox,
at:

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


---
Regards,
Norman



"Peter" wrote in message
...
I want to select a text item from a long drop down list. Is there a way
to
have a form of auto complete to help you search the list or do all
methods
(eg: data,validation,list) require you to scroll up and down the list
to
find
the entry you want?
Thanks.
--
Peter
London, UK






  #5   Report Post  
Peter
 
Posts: n/a
Default

Many thanks Norman
--
Peter
London, UK


"Norman Jones" wrote:

Hi Peter,

The workaround enunciated by Debra Dalgleish is the only workaround of which
I am aware.

The implementation of Debra's code is very straightforward and she offers a
sample workbook which can freely be downloaded.

If you are not familiar with macros, you might care to visit David
McRitchie's 'Getting Started With Macros And User Defined Functions' at:

http://www.mvps.org/dmcritchie/excel/getstarted.htm


---
Regards,
Norman



"Peter" wrote in message
...
Thanks Norman.
Can you suggest any other solution that does not involve VB code?
Thanks
--
Peter
London, UK


"Norman Jones" wrote:

Hi Peter,

Data validation does not natively provide autocomplete functionality.

However, Debra Dalgleish provides a possible workaround, using a
combobox,
at:

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


---
Regards,
Norman



"Peter" wrote in message
...
I want to select a text item from a long drop down list. Is there a way
to
have a form of auto complete to help you search the list or do all
methods
(eg: data,validation,list) require you to scroll up and down the list
to
find
the entry you want?
Thanks.
--
Peter
London, UK








  #6   Report Post  
Dave Peterson
 
Posts: n/a
Default

If you're only replacing one cell, the combobox from the control toolbox toolbar
won't require VBA.

If you're replacing cells with different lists, you could use a combobox for
each cell and still not require VBA.

Debra's code is very useful when you have (say) a column of cells that used the
same data|validation that you want replaced.

Peter wrote:

Thanks Norman.
Can you suggest any other solution that does not involve VB code?
Thanks
--
Peter
London, UK

"Norman Jones" wrote:

Hi Peter,

Data validation does not natively provide autocomplete functionality.

However, Debra Dalgleish provides a possible workaround, using a combobox,
at:

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


---
Regards,
Norman



"Peter" wrote in message
...
I want to select a text item from a long drop down list. Is there a way to
have a form of auto complete to help you search the list or do all methods
(eg: data,validation,list) require you to scroll up and down the list to
find
the entry you want?
Thanks.
--
Peter
London, UK





--

Dave Peterson
  #7   Report Post  
Peter
 
Posts: n/a
Default

Thanks Dave
--
Peter
London, UK


"Dave Peterson" wrote:

If you're only replacing one cell, the combobox from the control toolbox toolbar
won't require VBA.

If you're replacing cells with different lists, you could use a combobox for
each cell and still not require VBA.

Debra's code is very useful when you have (say) a column of cells that used the
same data|validation that you want replaced.

Peter wrote:

Thanks Norman.
Can you suggest any other solution that does not involve VB code?
Thanks
--
Peter
London, UK

"Norman Jones" wrote:

Hi Peter,

Data validation does not natively provide autocomplete functionality.

However, Debra Dalgleish provides a possible workaround, using a combobox,
at:

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


---
Regards,
Norman



"Peter" wrote in message
...
I want to select a text item from a long drop down list. Is there a way to
have a form of auto complete to help you search the list or do all methods
(eg: data,validation,list) require you to scroll up and down the list to
find
the entry you want?
Thanks.
--
Peter
London, UK




--

Dave Peterson

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
How do I attach data to auto complete Snoopy Excel Worksheet Functions 0 July 6th 05 10:51 AM
How do I get a field in excel to auto complete with a check mark RichardZ Excel Discussion (Misc queries) 1 June 28th 05 10:08 AM
Auto Complete not completing faerie_bel Excel Discussion (Misc queries) 5 June 10th 05 01:15 PM
How do you auto complete when skipping spaces mullford Excel Discussion (Misc queries) 0 June 8th 05 11:40 PM
Vlookup did cell auto formating but not displaying complete text.. Roda Excel Worksheet Functions 2 December 27th 04 02:27 PM


All times are GMT +1. The time now is 12:05 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"