populate a listbox with values from rows in another worksheet

  • Thread starter Thread starter dovrox
  • Start date Start date
D

dovrox

How would I populate a list box with values from rows in anothe
worksheet
 
Hi Dovrox,
How would I populate a list box with values from rows in another
worksheet.

Give the range with the values a name (insert, name, define) and use
that name as the listsource property.

Regards,

Jan Karel Pieterse
Excel MVP
www.jkp-ads.com
 
You'll have to use a named range. Select the range and
press Ctrl+F3 and give it a name like "mylist" (no quotes).
Then under Properties of the Listbox use mylist for the
ListFillRange.

HTH
Jason
Atlanta, GA
 

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