here is some other code to do the same thing
vb Code:
arrdata = Split(Range("B2").Value, vbNewLine) Range("c2:c" & UBound(arrdata) + 2) = WorksheetFunction.Transpose(arrdata)
|
Results 1 to 4 of 4
Threaded View
|
Click Here to Expand Forum to Full Width |