View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Stripping HTML Tags out of cells

Edit/ Replace:
Find what: <*
Replace with: [nothing]
--
David Biddulph

"GD1226, Captain Ahab, manface" wrote in message
ups.com...
I have an excel column with product descriptions that have random HTML
formatting in them. I need to take out all of the HTML in order to
meet new feed requirements.

How can I basically delete everything between < until it it hits and
then hits the next line & starts over?

Is there an easier way?

Thanks!