Can you use FileCopy to convert a file as well?

H

havocdragon

Hello all!

I have an XML Spreadsheet file saved on a network directory, that on a
weekly basis, I need to copy it to another directory and save it as an excel
spreadsheet. I was wondering if there was a way to use filecopy method to
convert the file?

FileCopy "Oldfile.xml" , "Newfile.xls" Doesnt work unfortuneatly =(
 
H

havocdragon

Thanks FSt1, that is what I am doing now =)

The problem is, there are 5 files I am opening and saving as to different
locations on a network, where all 5 files are over 10Mb in size. As you can
imagine, it takes a considerable time more to open them and save them than it
does to do a filecopy =(.

I will keep playing around and see if I can come up with something ;)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top