Hi Everyone,
Assuming that i have 1000 employer IDs and i want to get their names from attachmate..but what happens some times is employer id does not exist and attachmate displays a warning/status message mentioning "Employer ID does not exist".
Is there any better way/practice to read this...
Thanks guys,
Sorry for late reply..I found out the problem.
I was running the above pasted code in Excel 2007 but when i run the same code in excel 2003 it was working fine.
Thanks
Deter
SkipVought,
When i run the same code in Excel 2003 VBA Editor, it is working perfectly..
I don't know what is wrong with the Excel 2007.
Your analogy is real regarding Extra macro vs VB Macro :)
Thanks SkipVought for the reply..
Msgbox System.Sessions.count prints the value as "0" while there are two active sessions open.
I need to send some data to any open active session.
I dont need Sessions object if activesession is returned from System object.
Hi SkipVought,
Yes session is open but i am getting the error: Could not create the Session object. Stopping macro playback.
When i run the same script from Attachmate Macro editor it is running fine.
Hi Everyone,
I am facing problem in not being able to run Extra macro from vba editor(excel).
Global g_HostSettleTime%
Global g_szPassword$
Sub Main()
Dim Sessions As Object
Dim System As Object
Set System = CreateObject("EXTRA.System") ' Gets the system object
If (System...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.