The text-to-columns data parsing rule I create using the Excel macro recorder cannot handle exceptions well. For example, if the next data I parse contains a longer element or an indented element, the macro cuts that element into two parts and forces one part into the next column. I have to visually inspect and fix such errors which could be tedious.
How can I create a data parsing macro that is simply guided by space or tab, etc., separator and does not care about the length of an element or the number of columns the data could have. Is such a multi-purpose parsing macro possible? Thank you.
How can I create a data parsing macro that is simply guided by space or tab, etc., separator and does not care about the length of an element or the number of columns the data could have. Is such a multi-purpose parsing macro possible? Thank you.