headings in a combo box

  • Thread starter Thread starter JT
  • Start date Start date
J

JT

Can a combo box display headings or do you have to have
labels on a form above the combo box for the headings?

Thanks
 
If you set the items of the combobox in a range, with the heading in the
first row of the range, you can use the RowSource property to link to that
range, and then set the ColumnHeads property to True.
 
Set the columnheads property to true,
but this will only work if the box if filled using the rowsource or
listfillrange properties (the control is databound). Then it gets its
heading from the row above the range assigned.
 

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