3
I have an excel file that has cells with text that includes HTML tags.
The data was exported from a database and the HTML tags were included.
The HTML is stored as text, but I need it gone.
Is there a quick easy way to remove it all (other than find/replace)?
This could probably be done with VBA, but it would be really helpful if you could post a few rows of the text so we could see a pattern and work the solution around it. – Michael – 2010-10-07T22:09:23.650
What is the matter with find/replace? Replacing "<*>" with "" is pretty effective. – Mike Fitzpatrick – 2010-10-07T23:41:31.000
@Mike Fitzpatrick - Can you use wild cards in find replace? (If so that would work.) – Vaccano – 2010-10-08T02:47:37.497
Yes, you can use wildcards in Excel. See my answer below. – Mike Fitzpatrick – 2010-10-08T05:35:45.337