View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default List Box Column Headings

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.

---
Regards,
Norman



"Richard Mogy" wrote in message
. com...
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