Hi,
Could somebody provide the equivalent code to establish a connection from Excel to Reflection 2008.
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...
Hello,
I am trying to send quotation marks in a sendkeys(). The help files say to use curly brackets {} but I get an error.
I need to send the following command:
change "foo" "bar" all
According to help file I think I should be able to do this:
SendKeys("change {"}foo{"} {"}bar{"}...
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.