combo box

  • Thread starter Thread starter mikk
  • Start date Start date
M

mikk

Is it possible to create a combo box within a cell? I
have a series of records and in column F I would like a
combo box that i can copy down for future records. Any
thoughts?
 
Mikk,

You could use data validation in the column you want the
combo box in. create a list of what may go into the cell
elsewhere on the SAME page (hide it if you want to, but
it must be on the same page), then point the Data
Validated target to your list. you may also want to see
the link below about creating a dynamic list so that when
you add to it you don't have to adjust your validation
cells.
HTH
Kevin M

http://www.contextures.com/xlNames01.html#Dynamic
 
Yep, that is exactly what I wanted. TY
-----Original Message-----
Mikk,

You could use data validation in the column you want the
combo box in. create a list of what may go into the cell
elsewhere on the SAME page (hide it if you want to, but
it must be on the same page), then point the Data
Validated target to your list. you may also want to see
the link below about creating a dynamic list so that when
you add to it you don't have to adjust your validation
cells.
HTH
Kevin M

http://www.contextures.com/xlNames01.html#Dynamic
.
 
Mikk,

Comboboxes are separate from cells. You can size it to fit in a cell, but it
doesn't copy if you copy a cell and paste it to another. If you want more
comboboxes

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top