Reputation: 380
I have a macro to map data in Google Earth written by a coworker who can run it with no issue. When I run it, it freezes on:
Set GEI = CreateObject("GoogleEarth.ApplicationGE")
and throws up Run-time error '429': ActiveX component can't create object. (None of the code above this would pertain to the problem, but I can post if needed.)
We thought it must be a reference library issue from searching, but we both have the same reference libraries checked:
- Visual Basic For Applications
- Microsoft Excel 14.0 Object Library
- OLE Automation
- Microsoft Office 14.0 Object Library
I also tracked down and checked Earth 1.0 Type Library but the same error occurred.
From searching, I have not been able to figure out what file or where to get it. Does anyone know what I can do to fix this? Thanks.
Upvotes: 0
Views: 793