I need to scrape data from a Reflection for IBM session which I have to log in thru Citrix to get to.
Without having the application resident on my PC, I don't know how to create the object for it.
I used to do this at work with Attachmate Extra , here is the code I used to access the session from my Excel macros, it worked great:
[Set sys = CreateObject("E XTRA.System")]
[Set sess = sys.ActiveSessi on]
[Set MyScreen = sess.Screen]
Any help would be greatly appreciated.
Without having the application resident on my PC, I don't know how to create the object for it.
I used to do this at work with Attachmate Extra , here is the code I used to access the session from my Excel macros, it worked great:
[Set sys = CreateObject("E XTRA.System")]
[Set sess = sys.ActiveSessi on]
[Set MyScreen = sess.Screen]
Any help would be greatly appreciated.