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
Post a Comment