Hi,
Could somebody provide the equivalent code to establish a connection from Excel to Reflection 2008.
Thanks!
Could somebody provide the equivalent code to establish a connection from Excel to Reflection 2008.
Code:
Public System As ExtraSystem
Public Sessions As ExtraSessions
Public Sess0 As ExtraSession
Public MyScn As ExtraScreen
Set System = New ExtraSystem
Set Sessions = System.Sessions
Set Sess0 = System.ActiveSession
Set MyScn = Sess0.Screen
Thanks!