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?