Hello,
I have a list of about 1,000 zip codes in a cell, all of which are seperated by a semicolon. After every 7th semicolon I would like to create a new line. (I'm having a problem with text wrapping when loading the data into our software and it needs to be formatted this way.) I could manually do this by using Alt/Enter, but this would take way to long.
Is there a vba code that will look at the cell and enter a new line after every 7th semicolon?
Thanks so much,
Brian
I have a list of about 1,000 zip codes in a cell, all of which are seperated by a semicolon. After every 7th semicolon I would like to create a new line. (I'm having a problem with text wrapping when loading the data into our software and it needs to be formatted this way.) I could manually do this by using Alt/Enter, but this would take way to long.
Is there a vba code that will look at the cell and enter a new line after every 7th semicolon?
Thanks so much,
Brian