View Single Post
  #2 (permalink)  
Old 06-10-2008, 05:20 AM
forumsupport forumsupport is offline
Senior Member
 
Join Date: Apr 2007
Posts: 522
Default

Hello,

You can make use of 'Open Program/File' command to open excel.
You can use this command if you want to launch any program or file. Text format of command would appear as follows, Open "Excel "

To insert this command, please follow below mentioned steps,

1) Open the Macro Editor from Tools -> Macro Editor.
2) Double click on the 'Open Program/File' command.
3) Type 'excel' in the Program/File path.
4) Click on 'Save' button.
5) Optionally if you want to open a file (for e.g. C:\mynotes.xls) using Excel then specify the path of the file in Parameters text box.

Hope that helps.
Reply With Quote