Import XML file : Access XML « Access « VBA / Excel / Access / Word






Import XML file

 
Sub TestImportXML()
    Application.ImportXML "c:\Employees.xml", acStructureAndData
End Sub

 








Related examples in the same category

1.Export to an XML file
2.Import an XML file
3.Emport table as XML file