Need help with creating a combo box with a drop down arrow

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm working in Excel with a fom that I would like to create combo box where I
can make selections of different items available. Please help.
 
Thanks for responding but that didn't return the results that I'm looking
for. I would like to create several combo boxes on the form where multiple
selections can be made from another (data) workbook. My first question does
the worksheet where the data resides need be in the same workbook as my form
or can I somehow link it. If I link it does the data workbook have to open
every time I access the form. Is there some code that I tell the form to at
look in a particular workbook for the list of items?
 
I'm not sure how you can use multiple selections in a combobox.

I put a combobox from the control toolbox toolbar on a worksheet and added a
name to that workbook that refered to the other workbook's range.

When I closed the listfillrange workbook, it broke the combobox.

Maybe you could use a bunch of formulas (on a hidden sheet) that retrieve values
from the closed workbook and use that for the listfillrange.

='C:\My Documents\excel\[book2.xls]Sheet1'!A1
and drag down as far as you need.
 

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