View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
SMERTZ SMERTZ is offline
external usenet poster
 
Posts: 8
Default Combo or Checkbox

I would like to add to a cell or a range of cells a data validation.
However the list box in datavalidation will not allow more than one
selection. The list will be peoples names.

Bill
Bob
Carol
Scott

I want to assign on occasion more than one person in the cell. So my
question is; Is it best to use a combo box, or maybe a form that pops up
when someone clicks in a range of cells with a check box of names?

Can someone let me know what is the better way to go, and please provide an
example if it is in code?

Thank You