Quantcast
Channel: VBForums - ASP, VB Script
Viewing all articles
Browse latest Browse all 688

Automate export of Excel file to XML file

$
0
0
Hi all,
I have about 200 xlsx files that are exportable to XML.
So I want to automate the process of export (not conversion but export).

Here is a pseudo code :

Code:

For each xlsx file
begin
        open file with Excel
        go to developper tab
        export to XML
        set xmlFilename
        save xmlFilename
end

How can I do that ?

Thanks in advance

Viewing all articles
Browse latest Browse all 688

Trending Articles