You have to set RowSource to a spreadsheet range that is just below the
column headers you want, but does not include them.
For example, if your headers are in A1:C1 and the data is in A2:C10, you set
RowSource to A2:C10.
http://support.microsoft.com/kb/211899
--
Jim
"Mike Milligan" <(E-Mail Removed)> wrote in message
news:%23e1$(E-Mail Removed)...
|I have a multicolumn listbox that I've been using for sometime. I've
| recently decided I want to add column headers to the listbox. I set
| columnheads to true, but have not found a way to programmatically add the
| header names. How do I do this?
|
| Thanks in advance for reply,
| Mike
|
|