List Box

J

Jason

I am trying to create a combobox and populate it with
column headings. I am putting columns A1:A6 in the
listfillrange, yet the combobox only has the value for A1.
Please help!
 
J

Jason Morin

If you have data in A2:F6 with column headings in row 1,
go into Properties and set the following:

ColumnCount: 6
ColumnHeads: True
ListFillRange: A2:F6

HTH
Jason
Atlanta, GA
 
Top