Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 709
Default data validation quick find

I have a long list of names in the validation database, so scrolling through
the entire list takes a long time.

Is there a way to set up the name find so that as a user starts to type in
the first letters of a name it automatically goes to the right name?

For example if they type "M", it goes to first name starting with "M"; and
if they continue "ME" it goes to first name starting with "ME"?

If basic Excel does not have this feature, do you know of any add-ins or
third party additions that cover this feature?
--
Richard
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default data validation quick find

Autocomplete? Recollect Debra Dalgleish once posted:

.. Although data validation doesn't support autocomplete, 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/excelfiles.html

Under 'Data Validation', look for:
DV0043 - Data Validation Combobox With Entry Check
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Richard" wrote:
I have a long list of names in the validation database, so scrolling through
the entire list takes a long time.

Is there a way to set up the name find so that as a user starts to type in
the first letters of a name it automatically goes to the right name?

For example if they type "M", it goes to first name starting with "M"; and
if they continue "ME" it goes to first name starting with "ME"?

If basic Excel does not have this feature, do you know of any add-ins or
third party additions that cover this feature?
--
Richard

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 698
Default data validation quick find

Hi Richard,

If you prefer to use validation under Data, you can use this "poor man's"
semi-auto complete.

Atop your list enter A through Z in the column. Sort the list Ascending.
There will be an A at the beginning of all the "A" starting entries and a B
at the start of the "B" entries... etc. on to Z.

Click on the validation cell and enter the letter of choice to access the
list, say you type in an "R". DO NOT hit enter, click the down arrow on the
cell and you will be at the top of the R list. You will still have to
scroll down the R list to your choice. (You can hit Enter when entering the
R, however, you will now have to reselect the validation cell to hit the
down arrow.)

HTH
Regards,
Howard

"Richard" wrote in message
...
I have a long list of names in the validation database, so scrolling
through
the entire list takes a long time.

Is there a way to set up the name find so that as a user starts to type in
the first letters of a name it automatically goes to the right name?

For example if they type "M", it goes to first name starting with "M"; and
if they continue "ME" it goes to first name starting with "ME"?

If basic Excel does not have this feature, do you know of any add-ins or
third party additions that cover this feature?
--
Richard



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 709
Default data validation quick find

Max,
I'm just starting to get my hands on userforms.
I was able to download the example you suggested.
One question I have, how do you associate a combo box with a specific set of
cells.

For example, in the sample's sheet "ValidationSample" there are only 10 blue
cells that are linked to the list of weekdays. Each cell seems to have a
combo box associated with it that is the exact same size as the cell itself,
and changes size if you change cell height or width. How does this hapen?
--
Richard


"Max" wrote:

Autocomplete? Recollect Debra Dalgleish once posted:

.. Although data validation doesn't support autocomplete, 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/excelfiles.html

Under 'Data Validation', look for:
DV0043 - Data Validation Combobox With Entry Check
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Richard" wrote:
I have a long list of names in the validation database, so scrolling through
the entire list takes a long time.

Is there a way to set up the name find so that as a user starts to type in
the first letters of a name it automatically goes to the right name?

For example if they type "M", it goes to first name starting with "M"; and
if they continue "ME" it goes to first name starting with "ME"?

If basic Excel does not have this feature, do you know of any add-ins or
third party additions that cover this feature?
--
Richard

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 709
Default data validation quick find

Howard,
In my case it is not practical to populate the cells atop all the cells in
question.
Thanks anyway.
--
Richard


"L. Howard Kittle" wrote:

Hi Richard,

If you prefer to use validation under Data, you can use this "poor man's"
semi-auto complete.

Atop your list enter A through Z in the column. Sort the list Ascending.
There will be an A at the beginning of all the "A" starting entries and a B
at the start of the "B" entries... etc. on to Z.

Click on the validation cell and enter the letter of choice to access the
list, say you type in an "R". DO NOT hit enter, click the down arrow on the
cell and you will be at the top of the R list. You will still have to
scroll down the R list to your choice. (You can hit Enter when entering the
R, however, you will now have to reselect the validation cell to hit the
down arrow.)

HTH
Regards,
Howard

"Richard" wrote in message
...
I have a long list of names in the validation database, so scrolling
through
the entire list takes a long time.

Is there a way to set up the name find so that as a user starts to type in
the first letters of a name it automatically goes to the right name?

For example if they type "M", it goes to first name starting with "M"; and
if they continue "ME" it goes to first name starting with "ME"?

If basic Excel does not have this feature, do you know of any add-ins or
third party additions that cover this feature?
--
Richard






  #6   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default data validation quick find

Richard,

Believe Debra explains it all at her:
http://www.contextures.com/xlDataVal11.html

--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Richard" wrote in message
...
Max,
I'm just starting to get my hands on userforms.
I was able to download the example you suggested.
One question I have, how do you associate a combo box with a specific set
of
cells.

For example, in the sample's sheet "ValidationSample" there are only 10
blue
cells that are linked to the list of weekdays. Each cell seems to have a
combo box associated with it that is the exact same size as the cell
itself,
and changes size if you change cell height or width. How does this hapen?
--
Richard



  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 709
Default data validation quick find

Max,
Debra's web site was very helpful. However, I don't see anywhere where she
associates the combo box with a specific list of cells.

When it comes to adding the combo box, she writes "Click on an empty area of
the worksheet, to add a combo box"

How do you 'put' this combo box in a group of cells? Or do you just put it
in one cell, and then copy/paste?

Richard

--
Richard


"Max" wrote:

Richard,

Believe Debra explains it all at her:
http://www.contextures.com/xlDataVal11.html

--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Richard" wrote in message
...
Max,
I'm just starting to get my hands on userforms.
I was able to download the example you suggested.
One question I have, how do you associate a combo box with a specific set
of
cells.

For example, in the sample's sheet "ValidationSample" there are only 10
blue
cells that are linked to the list of weekdays. Each cell seems to have a
combo box associated with it that is the exact same size as the cell
itself,
and changes size if you change cell height or width. How does this hapen?
--
Richard




  #8   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default data validation quick find

Thought Debra explains it very clear, with supportive screen graphics? Note
that the combo box is from the control toolbox toolbar, not the forms
toolbar.

"Click on an empty area of
the worksheet, to add a combo box"

How do you 'put' this combo box in a group of cells?
Or do you just put it
in one cell, and then copy/paste?


Just click on the combo box icon in the control toolbox toolbar, then draw
out a rectangle somewhere on the sheet. It'll float on top of cells.

associates the combo box with a specific list of cells.


The association is done via the code which needs to be installed on the
sheet* as explained by Debra under the section: "Add the Code". When you
install the code, the combo box drawn earlier will disappear. But it'll
appear when you double-click on the DV list(s) on the sheet.

*remember to replace: "ValidationLists"
in the line below with your actual sheetname:

Set wsList = Sheets("ValidationLists")

--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Richard" wrote in message
...
Max,
Debra's web site was very helpful. However, I don't see anywhere where she
associates the combo box with a specific list of cells.

When it comes to adding the combo box, she writes "Click on an empty area
of
the worksheet, to add a combo box"

How do you 'put' this combo box in a group of cells? Or do you just put it
in one cell, and then copy/paste?



  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 709
Default data validation quick find

Max,
All working well. Thanks much.
--
Richard


"Max" wrote:

Thought Debra explains it very clear, with supportive screen graphics? Note
that the combo box is from the control toolbox toolbar, not the forms
toolbar.

"Click on an empty area of
the worksheet, to add a combo box"

How do you 'put' this combo box in a group of cells?
Or do you just put it
in one cell, and then copy/paste?


Just click on the combo box icon in the control toolbox toolbar, then draw
out a rectangle somewhere on the sheet. It'll float on top of cells.

associates the combo box with a specific list of cells.


The association is done via the code which needs to be installed on the
sheet* as explained by Debra under the section: "Add the Code". When you
install the code, the combo box drawn earlier will disappear. But it'll
appear when you double-click on the DV list(s) on the sheet.

*remember to replace: "ValidationLists"
in the line below with your actual sheetname:

Set wsList = Sheets("ValidationLists")

--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Richard" wrote in message
...
Max,
Debra's web site was very helpful. However, I don't see anywhere where she
associates the combo box with a specific list of cells.

When it comes to adding the combo box, she writes "Click on an empty area
of
the worksheet, to add a combo box"

How do you 'put' this combo box in a group of cells? Or do you just put it
in one cell, and then copy/paste?




  #10   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default data validation quick find

Ah, good to hear that. you're welcome.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Richard" wrote in message
...
Max,
All working well. Thanks much.
--
Richard



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
Code to find data validation in a cell DaveO[_2_] Excel Discussion (Misc queries) 1 March 19th 07 05:53 PM
Excel: Find/Replace for Data Validation text or Worksheet Objects [email protected] Excel Discussion (Misc queries) 3 May 22nd 06 07:16 PM
Shortcut Keys -- quick find scottech Excel Discussion (Misc queries) 3 November 15th 05 08:08 PM
Data Validation / find & replace Penny Excel Discussion (Misc queries) 1 July 20th 05 08:45 PM
excel quick find format chris Excel Worksheet Functions 1 February 9th 05 03:17 AM


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

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"