03-29-2006 06:31 PM
03-29-2006 11:55 PM
Hi,
you can simply use the "LaunchExecutable" function as follow:
error = LaunchExecutable ("excel.exe c:\\test.xls");
(where c:\test.xls is the path and file you want to open)
This function return without waiting the excel to exit. Use "system()" if you need your program stop
Bye