View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 1,327
Default Open / Run Application using VBA

Hi

Workbooks.Open "C:\Program Files\SAP\FrontEnd\Bw\sapbex.xla"
would do.

HTH. Best wishes Harald

"mnvkngs" skrev i melding
...
Gurus,
Can someone please tell me what VBA code I would use to open an

application
through a macro in Excel. The application I am trying to open will open
another toolbar within Excel (SAPBEX.XLA) and can be accessed through
"C:\Program Files\SAP\FrontEnd\Bw\sapbex.xla". Any guidence would be

greatly
appreciated.
Thanks in advance.