Author Topic: XML in VBA  (Read 2167 times)

0 Members and 1 Guest are viewing this topic.

JohnF

  • Guest
XML in VBA
« 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.


Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: XML in VBA
« Reply #1 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.
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

JohnF

  • Guest
Re: XML in VBA
« Reply #2 on: May 14, 2008, 01:42:57 AM »
Thanks Keith,

I'll have a look at MSXML2.