The MSXML Object Library Routines page has been updated. I cleaned up the page a bit and added a new function to create a XML Writer Object.
Continue Reading »
DOM
Create XML files using DOM
Some of you may be familiar with my Random Data Generator addin. Currently, one of the output formats is Microsoft's proprietary XML Spreadsheet format.
One of my goals is to increase the number of available output formats by including standard XML. Here is one way to save worksheet data as XML.
Continue Reading »
Follow Me