View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
maunder maunder is offline
external usenet poster
 
Posts: 2
Default Stripping HTML tags from excel

Does anyone know how to strip html tags from excel worksheets?
I regularly use a worksheet, (generated by IT from the web), that
creates an excel sheet. The problem is, the html tags remain, making
it very difficult to read. A sample is below:-

<ul <pUnable to log as showing up too earlyin workstream.</p</ul


I have tried using search and replace, but this does not delete all
the tags. For instance, when it encounters a <div tag, it generates
the error, 'formula is too long'

I would like to be able to strip ALL tags from the sheet using a
macro. Can anyone help?

Thanks,

Karl