I am new to Excel VBA and I have a problem with list box.
I want to make a list box with 3 columns, and filll in infomation
A,B,C from the other sheet in to the 3 columns.
However I can only make a list box with a single column.I just use
ListBox.AddItem "A"
Could someone tell me how to add more columns to fill in "B" and "C"
into my list box?
Thanks very much!!