VBA-code for fast transformation of Excel-cells with rich text formatting (RTF) into html. This vba-Script transforms the internal XML-represenation of Range-content (via .Value(11)) via XSLT to html.
With threshold at 25, some of the items are off but it's pretty good considering it will take way longer to manually fix it. This is not a text extractor where it creates a table from any text, it ...