First time poster, and relative newbie to VBA. I want to follow the forum rules, so let me know if I do something out-of-line and I'll try not to do it in the future.
The other day, I figured out how to automate another program from EXCEL using the following line of code:
Set sys = Create.object("Accmgr.System")
But I was only able to figure this out by sheer luck. Somebody who uses the same program posted a VBA question online, and I was able to figure out that "Accmgr.system" was the appname that I wanted to use to automate this particular program.
There are other programs that I would like to automate with VBA in EXCEL, but I don't know their appnames. What's the easiest way to figure out the appname of a program? Is there perhaps a list that I can look up in the object browser?
Thanks!
The other day, I figured out how to automate another program from EXCEL using the following line of code:
Set sys = Create.object("Accmgr.System")
But I was only able to figure this out by sheer luck. Somebody who uses the same program posted a VBA question online, and I was able to figure out that "Accmgr.system" was the appname that I wanted to use to automate this particular program.
There are other programs that I would like to automate with VBA in EXCEL, but I don't know their appnames. What's the easiest way to figure out the appname of a program? Is there perhaps a list that I can look up in the object browser?
Thanks!