View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Wellie[_2_] Wellie[_2_] is offline
external usenet poster
 
Posts: 8
Default Adding Header to multicolumn ListBox

Thanks for Tom's help and I got my listbox working as well
as getting the 3 columns listbox work as well.

However, I used the following statement to enable the
header in the listbox but the 3 columns' headers are empty.
Mylistbox.ColumnHeads = True

Can someone please tell me how can I put header text into
these headers ?

Thanks in advance