I am working on an app that needs to accept scripts written in VBS or VBA in order to batch certain function, what is the best way to approach this.
Thanks in advance
[email protected]
Printable View
I am working on an app that needs to accept scripts written in VBS or VBA in order to batch certain function, what is the best way to approach this.
Thanks in advance
[email protected]
Take a look to this article and related links.
http://support.microsoft.com/support.../q221/9/92.asp
I use in my app code based on this example wirhout any problems. It supports VB and Java scripts.
Good luck