EViews COM Automation and VBScript
Posted: Mon Apr 11, 2011 4:27 am
I am using EViews COM automation in order to invoke EViews from a VB script. I do the following:
set mgr = CreateObject("Eviews.Manager")
set app = mgr.GetApplication(1)
But I am getting the following error:
"Eviews.Manager.1: GetApplication could not create instance of Eviews Application Object"
I am on Windows XP and using EViews 7.0
What am I doing wrong here? Any pointers will be greatly appreciated.
set mgr = CreateObject("Eviews.Manager")
set app = mgr.GetApplication(1)
But I am getting the following error:
"Eviews.Manager.1: GetApplication could not create instance of Eviews Application Object"
I am on Windows XP and using EViews 7.0
What am I doing wrong here? Any pointers will be greatly appreciated.