VBA Code That Converts Microsoft Word Content to Pure HTML by Andy Pope and Kenny L Keys 092013

Опубликовано: 26 Март 2026
на канале: JavaScriptStyleSheet
2,804
5

This code was originally developed by Andy Pope, and I only made minor changes to his code, so I want everyone to give Andy full acknowledgement for this code that changes Microsoft Word underlined, italic and bold text into pure HTML. I added the paragraph HTML code portion to the VBA code. Each section of the VBA code must be ran separately in my example, i.e., bold is to be run first in the VBA Word Module window; italics is to be ran second; underline is to be ran third; the blue font is to be ran fourth, and the paragraph portion of this code must be ran last.

You can find Andy Pope's original code in my free Google Docs document of this code:
https://docs.google.com/file/d/0B1_-R...
https://docs.google.com/file/d/0B1_-R...

Thanks,

Kenny L Keys