...in another excel format (just as with excel save as)
http://fox.wikis.com/wc.dll?Wiki~ExcelAutomation
Here is my code
MyFile = GETFILE("Excel *.xls:XLS,XLSX","Importer le fichier excel:","Importer",0,"Choisissez le fichier à importer")
MyNewFile = JUSTPATH(MyFile)+"\New"+JUSTFNAME(MyFile)...