How do I access a Reflection for IBM session from an Excel macro (in code)?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Karim Hammou
    New Member
    • Dec 2010
    • 1

    How do I access a Reflection for IBM session from an Excel macro (in code)?

    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.
Working...