View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Daniel Bonallack Daniel Bonallack is offline
external usenet poster
 
Posts: 110
Default Adding items to columns in a listbox

I have a two column listbox, called Listbox1.

I want to add the headers to the column heads, and then I want to add data
from my worksheet (but I don't want it bound to the data).

However, I'm not sure on the syntax
The column headers are "Company" and "SIB"
And the values in the first row would be Range("A2").value and
Range("B2").value

Could someone please help?

Thanks
Daniel