Can VBE be invoked/used OUTSIDE of an Office Application? -
This could be a silly question - I have not found anything on Google about it A new program is not populated in the task manager, when VBE is opened with an office application, and I do not see any executable that looks potential. Maybe DLL?
Some office applications offer run method for application class. For example, see.
Yes, you can call the VBA macro at runtime.
There are applications that do not provide specific methods for this, for example, in Outlook, you can use late binding technology (see Type.InvokeMemeber) - see.
Comments
Post a Comment