View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bernie Yaeger Bernie Yaeger is offline
external usenet poster
 
Posts: 8
Default launching excel, a file, and a macro automatically

I call excel from a vb .net app with
launchstring = "c:\program files\microsoft office\office10\excel.exe
f:\imcapps\dbffiles\revacrz.dbf"

Shell(launchstring, AppWinStyle.NormalFocus)

Now I want also to launch a macro at the end of revacrz.dbf - any way to do
this?

Thanks for any help.

Bernie Yaeger