I'm importing files from a unicode .txt. I have several hundred lines, and used an Excel macro to split them (I would like to use a database, but we cannot due to certain regulations). An example file would be:
Office Name: "Blue"; LastYTD: 38.55% ; ThisYTD: 4.50% ;
How can I make a line break after each ;? I would like to add it directly into the Excel file before it is split if possible. Thanks!