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.
Well, sometimes to create a good excel output/report, a developer should write a huge chunk of code to set each cell value, color..etc. that's not maintainable even for the person who wrote it. This ...