View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 1,327
Default populating a multi-column Listbox

Hi Joe

Column headers are only supported if you populate from a range of cells that
itself has headers. Impossible with code population as far as I know.

HTH. Best wishes Harald

"Joe" skrev i melding
...
Hello All,

I am using Excel 2002 and am having trouble populating a 3 column listbox

with headers. Could someone provide a sample of code that I could model
this by? The Xl help isn't that helpful with setting column headers and
populating the columns. Do I have to use a multi-dimensional array?

Thanks,

Joe