I want to load Excel at the end of my program and a file called report.xls when excel loads how do I do that? I can get Excel to start with this command.
EXTERNALCOMMAND/DISPLAY ; C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\EXCEL.EXE
Now how to automaticaly load the report.xls file
EXTERNALCOMMAND/DISPLAY ; C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\EXCEL.EXE
Now how to automaticaly load the report.xls file
Comment