S
Stuart Holley
I need to get an unknown quantity of items into a list box that has
two columns.
ie
sheet
a1 a2
b1 b2
c1 c2
would like to get list box to display
a1, a2
b1, b2
c1, c2
etc....
I can get one item or both if I add the data together but then I need
to do a lot of fiddling around to seperate it when I have selected it.
What I would like to use is something like
requestedtext = listbox1.list(3,2)
but I can get the data into the list box in the first place.....
Many thanks
Stuart
two columns.
ie
sheet
a1 a2
b1 b2
c1 c2
would like to get list box to display
a1, a2
b1, b2
c1, c2
etc....
I can get one item or both if I add the data together but then I need
to do a lot of fiddling around to seperate it when I have selected it.
What I would like to use is something like
requestedtext = listbox1.list(3,2)
but I can get the data into the list box in the first place.....
Many thanks
Stuart