View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Juan Pablo González Juan Pablo González is offline
external usenet poster
 
Posts: 226
Default headings in a combo box

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.

--
Regards

Juan Pablo González

"JT" wrote in message
...
Can a combo box display headings or do you have to have
labels on a form above the combo box for the headings?

Thanks