How do I insert HTML-Formatted Strings into a Microsoft Word Document using Visual Basic while preserving formatting?

前端 未结 4 1329
臣服心动
臣服心动 2021-01-02 15:42

I use Visual Basic and an automation interface to retrieve strings from an external application. These strings contain simple html formatting codes (, , et

4条回答
  •  北海茫月
    2021-01-02 16:09

    I'm using 2016. The only thing that worked was Range.InsertFile(path). Pasting Special didn't work.

提交回复
热议问题