TheSwamp

Code Red => VB(A) => Topic started by: JohnF on May 13, 2008, 10:27:00 PM

Title: XML in VBA
Post by: JohnF on May 13, 2008, 10:27:00 PM
Has anyone got any experience creating an XML file from VBA?

Any pointer or help would be appreciated.

Title: Re: XML in VBA
Post by: Keith™ on May 13, 2008, 11:06:12 PM
Well, if you utilize the MSXML2 COM library, you will be able to use the methods to create new documents, add and delete nodes and do lots of other stuff.
Title: Re: XML in VBA
Post by: JohnF on May 14, 2008, 01:42:57 AM
Thanks Keith,

I'll have a look at MSXML2.