Late binding works fine,(declare as objects and set later)
Early binding give an error:
'Run Time Error '13' Type mismatch
I've added the reference as well.
I put the following code into a new excelWB with just a command button pointing to the initial sub:
'*************
Option Explicit...
Attachmate Extra and Excel VBA.
I've read the Faq and followed the code exactly.
The late binding works without problems.
(Public System as Object)
(Set System = CreateObject("Extra.System"))
As opposed to adding a reference and using the early binding:
(Public System as ExtraSystem)
(Set...
While using MSWord VBA to scrape a screen I looked at the results and found that my scrapings contained more info that the monitor did.
This is a summary screen where only the options that are applicable show up on the monitor, but Extra is able to scrape the other text from screen as well...
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.