Hi All
I need a VBA code to basically take a cell of text and convert to rows (not columns as there are thousands of data points).
The cell looks like this:
E12, E55, E658, E554, E9898, E6565, E4542 etc (but thousands of Exyz, )
So the VBA code would simple cut this cell by rows like so:
E12
E55
E658
E9898
E6565
etc
Any help would be greatly appreciated.
Thanks
I need a VBA code to basically take a cell of text and convert to rows (not columns as there are thousands of data points).
The cell looks like this:
E12, E55, E658, E554, E9898, E6565, E4542 etc (but thousands of Exyz, )
So the VBA code would simple cut this cell by rows like so:
E12
E55
E658
E9898
E6565
etc
Any help would be greatly appreciated.
Thanks