VBA Formatting cells with Html tags read from XML
Hi All,
I am Parsing an xml file in which i have a CDATA section containing html tags(shown below in the bold).
<FeedbackBoxTitle><![CDATA[<p align='left'><B>Feedback</B></p>]]></FeedbackBoxTitle>
I want write the above kind of data to a cell in excel by applying formatting given in html tags.
Is there any inbuilt method that takes care of html data.
Do let me know your thoughts.
thanks in advance,
Hemagiri
|