I have some data that I pull from an external database and just
display it in an excel cell using
VB. I currently strip out all of
the html tags and convert the <br to line feeds. That works great.
But I would like to convert <b tags within the cell to bold.
So my cell might contain: "This is a <bformatting</b test."
I am trying to figure out a way to make the word formatting in the
example above bold. Can anyone help?
Thanks,
Matt