G
gatarossi
Dear all,
I have a cell with data separeted by a ";" caracter, for example:
Item1;Item2;Item3;Item4
So when I initialize my userform I would like that my listbox
"lstTest" load the data in the cell (1,1)
But I need the data in lines (the separation is the ";" caracter).
For example:
lstTest (looks like)
Item1
Item2
Item3
Item4
Thank in advance!!!!!!
André.
I have a cell with data separeted by a ";" caracter, for example:
Item1;Item2;Item3;Item4
So when I initialize my userform I would like that my listbox
"lstTest" load the data in the cell (1,1)
But I need the data in lines (the separation is the ";" caracter).
For example:
lstTest (looks like)
Item1
Item2
Item3
Item4
Thank in advance!!!!!!
André.