PC Review


Reply
Thread Tools Rate Thread

data validation quick find

 
 
=?Utf-8?B?UmljaGFyZA==?=
Guest
Posts: n/a
 
      19th Sep 2007
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
 
Reply With Quote
 
 
 
 
=?Utf-8?B?TWF4?=
Guest
Posts: n/a
 
      19th Sep 2007
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

 
Reply With Quote
 
L. Howard Kittle
Guest
Posts: n/a
 
      19th Sep 2007
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" <(E-Mail Removed)> wrote in message
news:597414EA-EE39-4859-806A-(E-Mail Removed)...
>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



 
Reply With Quote
 
=?Utf-8?B?UmljaGFyZA==?=
Guest
Posts: n/a
 
      19th Sep 2007
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

 
Reply With Quote
 
=?Utf-8?B?UmljaGFyZA==?=
Guest
Posts: n/a
 
      19th Sep 2007
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" <(E-Mail Removed)> wrote in message
> news:597414EA-EE39-4859-806A-(E-Mail Removed)...
> >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

>
>
>

 
Reply With Quote
 
Max
Guest
Posts: n/a
 
      19th Sep 2007
Richard,

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

--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Richard" <(E-Mail Removed)> wrote in message
news:0BEF486B-586B-4E33-A330-(E-Mail Removed)...
> 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



 
Reply With Quote
 
=?Utf-8?B?UmljaGFyZA==?=
Guest
Posts: n/a
 
      20th Sep 2007
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" <(E-Mail Removed)> wrote in message
> news:0BEF486B-586B-4E33-A330-(E-Mail Removed)...
> > 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

>
>
>

 
Reply With Quote
 
Max
Guest
Posts: n/a
 
      20th Sep 2007
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" <(E-Mail Removed)> wrote in message
news:F66093BD-A4E9-4E71-BCB1-(E-Mail Removed)...
> 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?



 
Reply With Quote
 
=?Utf-8?B?UmljaGFyZA==?=
Guest
Posts: n/a
 
      21st Sep 2007
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" <(E-Mail Removed)> wrote in message
> news:F66093BD-A4E9-4E71-BCB1-(E-Mail Removed)...
> > 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?

>
>
>

 
Reply With Quote
 
Max
Guest
Posts: n/a
 
      22nd Sep 2007
Ah, good to hear that. you're welcome.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Richard" <(E-Mail Removed)> wrote in message
news:7E7B3BBF-704E-4BC5-AD29-(E-Mail Removed)...
> Max,
> All working well. Thanks much.
> --
> Richard



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Data Validation - enter first letter and find? Don Microsoft Excel Misc 2 20th May 2009 10:14 PM
Data Validation - enter first letter and find? Don Microsoft Excel Misc 0 20th May 2009 06:50 PM
Code to find data validation in a cell DaveO Microsoft Excel Misc 1 19th Mar 2007 05:53 PM
Data Validation / find & replace =?Utf-8?B?UGVubnk=?= Microsoft Excel Misc 1 20th Jul 2005 08:45 PM
Quick question - is there an easy way to find which row is the last with data? Scott Lyon Microsoft Excel Programming 2 19th Aug 2003 03:04 PM


Features
 

Advertising
 

Newsgroups
 


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