vba - Rendering simple html code in Powerpoint text box -


i have string of html code , want display in powerpoint text box formatted per html code using vba.

any suggestion on how that?

i inserted spaces in code below make visible

code:

< div> < font face=arial color=black>&nbsp;</font><font face=arial size=2 color=black><strong>heading < /strong>< /font>< /div>  < div> & nbsp;< /div>  < div>< font face=arial size=2 color=black>text sample< /font>< /div> 


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -