I am unable to split a single cell's value into two different strings and put both of those strings in different cells.
For instance I want to take a measurement 10ft x 20ft
value in a cell and take the 10ft
and put it in another cell, and take the 20ft
and put it in a completely different cell.
I'd like to use a delimiter x
or something, but I just don't know how to take those separations and do something with them after the split.
Any tips would be much appreciated. I'm still pretty new to VBA macros.
Thanks