List Box Column Headings

  • Thread starter Thread starter Richard Mogy
  • Start date Start date
R

Richard Mogy

I have looked in many places and realize this is probably simple, but how do
I put column headings in my columns in my listbox?

I have set column headings to true, but then what?

Thanks in advance
 
Hi Richard,

If the listbox is on a userform, setting the ColumnHeads property to True
will pick up the headings from the row above the range set for the RowSource
property.

If the listbox is on a worksheet, setting the ColumnHeads property to True
will pick up the headings from the row above the range set for the
ListFillRange.
 
You can't use the columnheads property then. You would have to simulate
them with a row of textboxes or a one row hide listbox above your other
listbox.
 

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