G
gatarossi
Dear all,
I have a listbox in a form, and I need to bring all the data in this
listbox in a cell... How can I do it?
lstTest
Item 1
Item 2
Item 3
So when I click in a button in this form, the cell (1,1) needs to
have
all the data: Item 1, Item 2, Item3
I input this code in the button, but it brings only the first item in
the lstTest...
Cells(1, 1).Value = lstTest.List
Thanks in advance!!!
André.
I have a listbox in a form, and I need to bring all the data in this
listbox in a cell... How can I do it?
lstTest
Item 1
Item 2
Item 3
So when I click in a button in this form, the cell (1,1) needs to
have
all the data: Item 1, Item 2, Item3
I input this code in the button, but it brings only the first item in
the lstTest...
Cells(1, 1).Value = lstTest.List
Thanks in advance!!!
André.