摘要: 'Write XML file Sub WriteXML(fpa$, fn$) Dim xmlfile As String xmlfile = ThisWorkbook.Path & ".\Export.xml" CreateXml xmlfile, fpa, fn End Sub Function CreateXml(xmlfile$, fpa$, fn$) ... 阅读全文
posted @ 2019-06-05 14:53 tec2019 阅读(3395) 评论(0) 推荐(0)