Hello,
I am looking for an Excel 2003 macro that will merge any column that has a header (starting at B1:Last column with a header), trim and intrim (to remove the blanks), then do like a text to column split on the ' ' (space).
Example:
A B C D E
A C E
B D
I would like it to first merge the fields adding a space in between:
A B C D E
A C E
B D
Trim and Intrim the characters/numeric values:
A B C D E
A C E
B D
And then split them back apart on the space:
A B C D E
A C E
B D
Even if the text to column split part is done in a seperate macro, that would still be fine.
If this is possible please let me know.
Thanks in advance.
I am looking for an Excel 2003 macro that will merge any column that has a header (starting at B1:Last column with a header), trim and intrim (to remove the blanks), then do like a text to column split on the ' ' (space).
Example:
A B C D E
A C E
B D
I would like it to first merge the fields adding a space in between:
A B C D E
A C E
B D
Trim and Intrim the characters/numeric values:
A B C D E
A C E
B D
And then split them back apart on the space:
A B C D E
A C E
B D
Even if the text to column split part is done in a seperate macro, that would still be fine.
If this is possible please let me know.
Thanks in advance.