G
gatarossi
Dear all,
I have a listbox in a form, and I need to bring the selected itens in
a cell... How can I do it?
For example:
lstTest
Item 1 (Selected)
Item 2 (Not Selected)
Item 3 (Selected)
So when I click in a button in this form, the cell (1,1) needs to have
the data: Item 1, 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 the selected itens in
a cell... How can I do it?
For example:
lstTest
Item 1 (Selected)
Item 2 (Not Selected)
Item 3 (Selected)
So when I click in a button in this form, the cell (1,1) needs to have
the data: Item 1, 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é.