Page 1 of 1

How to close Eviews from VBA

Posted: Fri Jun 26, 2009 8:40 am
by chapman24
Hi,

I wrote a VBA macro that calls Eviews to run seasonal adjustment. How to use VBA to close Eviews after it finishes? Thanks.

Re: How to close Eviews from VBA

Posted: Fri Jun 26, 2009 9:30 am
by EViews Gareth
Assuming you've written an EViews program, and you're just calling the EViews executable and telling it to run that program, simply include "exit" at the end of your program.

Re: How to close Eviews from VBA

Posted: Fri Jun 26, 2009 10:00 am
by chapman24
Thank you so much. Works Well.