poojakhade
New Member
- Joined
- May 26, 2011
- Messages
- 2
I am a mainframe professional,new to VBA.I am trying to develope a MACRO in VBA to copy from EXCEL and paste on mainframe online screen.I am getting the error while compiling that can't find project or library.
Below is the code I am usein.Do i need to install anything more to execure this sode?
Sub Update_RAN()
On Error GoTo ErrorHandler
'Set up interface to Emulator
Set autECLConnMgrObj = CreateObject("PCOMM.autECLConnMgr")
Set autECLOIAObj = CreateObject("PCOMM.autECLOIA")
Set autECLSessionObj = CreateObject("PCOMM.autECLSession")
Set autECLPSObj = CreateObject("PCOMM.autECLPS")
autECLOIAObj.SetConnectionByName ("A")
autECLPSObj.SetConnectionByName ("A")
Below is the code I am usein.Do i need to install anything more to execure this sode?
Sub Update_RAN()
On Error GoTo ErrorHandler
'Set up interface to Emulator
Set autECLConnMgrObj = CreateObject("PCOMM.autECLConnMgr")
Set autECLOIAObj = CreateObject("PCOMM.autECLOIA")
Set autECLSessionObj = CreateObject("PCOMM.autECLSession")
Set autECLPSObj = CreateObject("PCOMM.autECLPS")
autECLOIAObj.SetConnectionByName ("A")
autECLPSObj.SetConnectionByName ("A")