Is it possible to export XML from Excel and transform it using an XSL in one go?
Yes. Use the following process:
Export using the following script: Export Excel to XML in VBA
Invoke msxml on the output file using the following script: Convert XML to CSV with XSL
Replace
c:\testme.xsl
withxml2json.xslt
Replace
c:\testme.xml
with the output from the export from ExcelCombine both scripts into one file once they work separately