Launch an Eviews program since Excel (VBA)
Posted: Wed Jun 10, 2009 5:31 pm
Hi,
I know how to launch a .PRG from Excel :
My problem is that i don't know how to do it and in the same time pass some parameters to the programe.
Can anyone help me ?
I know how to launch a .PRG from Excel :
Code: Select all
Shell """D:\eMule\Incoming\EViews5 - EViews 5\EViews5\EViews5.exe"" ""C:\programme_batch_regression.prg"" vbMaximizedFocus"
Can anyone help me ?