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






Import an XML file

 
Sub ImportXML(path As String)
  Application.ImportXML DataSource:=path, ImportOptions:=acStructureAndData
End Sub

 








Related examples in the same category

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