I have a spreadsheet of around 600 rows.
In column R is a list of data, which is seperated by a comma.
Example:
Name, Address, Address2, Post Code
I want to create a macro that runs through each cell in column R and formats the data so it appers like this in each cell:
Name,
Address,
Address2,
Post Code
In otherwards, doing exactly what you would do if you were manually pressing Alt and Enter after every comma?
Is this possible?
Thanks
Bookmarks