View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Deleting all HTML coding while keeping text

If you have a list of them, you can do it with Edit=Replace

You will need to do each distinct command individually or write a macro that
loops throught the list of HTML commands and issues the replace command.

--
Regards,
Tom Ogilvy

"Helen" wrote in message
...
Is there a way to delete all HTML commands in a cell (ex.
BR, TABLE, FONT) while keeping the text that it affects? I
have 3000 rows with product descriptions, most of which
include HTML, that I must convert into a text only
description.