Is there any way to save an Excel table as XML? I have the XML Schema file… and some data in a table… and I have in Excel the Save as XML file option but can I save a file as XML from VBA? I want to automate a process and I didn;t find nothing on this option. Thanks!
Share
the good ol’ macro recorder saved me this time :)) (Why didn’t I used it before I posted here?)
So…
To load an xml schema you have:
And to save it as xml:
Who would have thought that it’s that easy?