I have an excel doc several thousand lines long. It's the output from a website that needs to have mass edits. One of the columns is the page text. Included in that text is some code that creates a form for visitors to submit (about 900 characters long) and some other code that inserts unwanted line breaks.
It's simple to replace the the short line break code with find and replace.
But the form code exceeds the 255(?) character limit for find and replace.
I've tried l searching for VBA code todo this but not really finding anything suitable. Maybe there's an excel add that overcomes this?
Bookmarks