Hi Guys & Girls,
I know there are a number of ways of splitting names by space, but i want to ignore the 2nd space.
So if the name is John Fred Bloggs.
I want it to be
<tbody>
John
Fred Bloggs
</tbody>
I have 2 macros built- one is a text to columns and the other is below. But both...