Word VBA: How to transform font property superscript or subscript to text - html -


here use case in:

word paragraph text:

john johnson 1,* , mike miken 2

with vba, need extract text, pass api through serverxmlhttp , formated version in return.

the api exchange protocol work well, except not able send font style text. need basic font information <sub>, <sup>, <i>, <b>, etc.

my idea convert text html , send it, better idea? if opt html solution, there simple way of achieving this?


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -