I am using the Sendkeys command to control a non-VBA program right now. However, I've seen people comment that this is not the recommended method if the other program is VBA enabled.
When I try to use the prefered method, I use Tools/References menu to give VBA the ability to use commands related to another program. But, there are far too many to choose from... several hundred. Most of their names are meaningless. Furthermore, when I see what commands I've added with a particular reference (using View/ObjectBrowser), each of those have thousands of possibilities.
I've done an estimate of the permutations. Based on about 400 possible references, each with thousands of objects, I see that there are easily a million objects to choose from. While F1 help is often available, with a million objects to choose from, the task is impossible.
I realize that a book on a particular programs VBA is an immense help. But, some programs have little literature available. A good example is IntelliCAD (an AutoCAD clone). The VBA is not AutoCAD compatable, and there is almost no documentation, rendering it useless.
Any guidance on choosing among the hundreds of possible Refererences and determining which program they relate to?
Joe Dunfee