Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Create XML file with VBA?

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
1390 Views, 2 Replies

Create XML file with VBA?

Hi guys,

 

Does anyone have a snippet of code to create an XML file and add content with VBA?

 

I've done some research, and it seems I may need to download a 3rd party reference to add to the code, but I'm don't think it needs to be that complicated at all... I'd be quite happy to create a text file, and save it as a .xml file...

 

Any help would be appreciated.

 

Regards

2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: Anonymous

Surely someone out there must be able to help out on this one...

Message 3 of 3
nmunro
in reply to: Anonymous

Add a reference to Microsoft XML X.0 (can be many versions on machine). Create a DOMDocument object, which will give you tools to create and work with xml data.

        


https://c3mcad.com

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report