Hello,
How would you create a macro that would move delimited data from 'column1' to 'column2' in a table? Assuming the delimiter is a space.
The only issue is that I want to move everything after the first space to 'column2' - even if there are multiple spaces after the first one.
Is that easy to do?
Thanks...