Adding Header to multicolumn ListBox

W

Wellie

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
 
B

BrianB

1. You can use a suitably formated label above the listbox.
2. Set the ColumnHeads property to True. Will then pick up the heading
from the row above the range set for RowSource property
 

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

Top