Saved Bookmarks
| 1. |
Solve : Open Excel program? |
|
Answer» my batch file coding as follows, my batch file coding as follows, This can't work. This should START the Macro1.xls and exit the batchfile: If the batchfile shall wait: call "C:\Testing\Macro1.xls" To check if the macro is in the folder use for example: if EXIST "C:\Testing\Macro1.xls" ("C:\Testing\Macro1.xls") hope it helps uli if you just want to open the macro1.xls why don't you use this: Code: [Select]start c:\testing\macro1.xls |
|