Hi guys,
Here is what I did and what happend:
Open Excel, create a new blank workbook, then open Visual Basic Editor by "Alt + F11".
Then go to Tools: References of VB editor and scroll down to find "LEAP API" and check the box of it. In fact, the guidance says I should check the "LEAP", but I can only find a "LEAP API" here:
Go to View: Immediate Window to open the "Immediate" window.
Then I started coding at the Immediate window, once at a time:
code: Set L = createobject("LEAP.LEAPApplication")
press Enter key and seems nothing happen;
code: ? L.Areas.Count
hit Enter key and here the error happened; it says:
"Run-time error '-2147418113 (8000ffff)':
Access violation at address 0000000001A3CA2B in module 'leap.exe'.
Read of address 00000000000000F0"
I wonder how can I fix it?
I am fresh to VBA language, but used Macro function sometimes in Excel before.
Thank you for your time : )
P.S. And how can I adjust the size of the picture in this post, it seems too large ...