EViews 9.0 Type Library does not seem to be working
Posted: Tue Feb 13, 2018 6:31 am
Hello,
EViews 10 has been installed recently, and my Excel VBA program does not seem to be working properly since then. I have the reference EViews 9.0 Type Library.
Dim mgr As New EViews.Manager
Dim app As EViews.Application
I've got an error message (in french) once I get to fopllowing command :
Set app = mgr.GetApplication(ExistingOrNew)
The error message says :
Erreur Automation
Le module spécifié est introuvable (cannot find the specified module)
Any idea what changed between EViews 9 and EViews 10 that can cause that problem?
What other EViews references should I include in VBA?
Thanks!
Danny
EViews 10 has been installed recently, and my Excel VBA program does not seem to be working properly since then. I have the reference EViews 9.0 Type Library.
Dim mgr As New EViews.Manager
Dim app As EViews.Application
I've got an error message (in french) once I get to fopllowing command :
Set app = mgr.GetApplication(ExistingOrNew)
The error message says :
Erreur Automation
Le module spécifié est introuvable (cannot find the specified module)
Any idea what changed between EViews 9 and EViews 10 that can cause that problem?
What other EViews references should I include in VBA?
Thanks!
Danny