populate a listbox with values from rows in another worksheet

J

Jan Karel Pieterse

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
 
J

Jason Morin

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
 
Top