hi
I am trying to Copy Mainframe screen and paste it in to Word document.I am getting an error like autECLMacro Sub or Function not defined.
Here is my code
Dim word
Dim autECLSession, autECLPS, autECLOIA
Set autECLSession = CreateObject("PCOMM.autECLSession")
Set autECLPS = CreateObject("PCOMM.AutECLPS")
Set autECLOIA = CreateObject("PCOMM.AutECLOIA")
autECLSession.SetConnectionByName ("A")
autECLMacro "[edit-copy]"
Set word = CreateObject("Word.Application")
word.Visible = True
word.Documents.Add
word.Selection.Paste ("\endofdoc")
Please help me can any one knows..
Thanks in Advance!!
I am trying to Copy Mainframe screen and paste it in to Word document.I am getting an error like autECLMacro Sub or Function not defined.
Here is my code
Dim word
Dim autECLSession, autECLPS, autECLOIA
Set autECLSession = CreateObject("PCOMM.autECLSession")
Set autECLPS = CreateObject("PCOMM.AutECLPS")
Set autECLOIA = CreateObject("PCOMM.AutECLOIA")
autECLSession.SetConnectionByName ("A")
autECLMacro "[edit-copy]"
Set word = CreateObject("Word.Application")
word.Visible = True
word.Documents.Add
word.Selection.Paste ("\endofdoc")
Please help me can any one knows..
Thanks in Advance!!