Dear members of the forum,
Earlier I was trying to automate Rumba through Excel VBA and now it has been decided to use VB.Net for the same.
Has anyone automated Rumba through VB.Net before? I'm using MicroFocus Rumba Desktop 9.4.1.
I tried the following code to open mainframe application but it throws "ActiveX component Can't create object" error. I faced this same error when I tried through Excel VBA.
Dim oSys As Object
oSys = CreateObject("rumba.system")
(instead of Rumba.System, I've also tried "Microfocus.Rumba" and "Rumba.Application")
This is the first time I'm trying with Rumba.
Any guidance is deeply appreciated.
Thanks.
#Rumba




