Replacing HTML Tags in Excel

G

Guest

I ran a SQL query through VBA in Excel. Our database is web-based and folks
use HTML tags in their text (we then send reports through Crystal Reports).
When this text is inserted into Excel, it keeps the tags. Is there an easy
way to replace words, for instance, that should be bold that have the bold
tags using a macro or replace?
 
G

Guest

Dick:

Below is the results that came back in my query:

<b><u>John Client</u></b>
<p>Since John Client requires income and growth

Is there a way I can replace all the tags, in this example for instance, to
make "John Client" simply be bold, removing the HTML tags? Same thing with
the paragraph tag? Perhaps a macro?

I appreciate your time and advice!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top