We use a third party application which can execute VBScript
code. How can I call a standard VB application from VB Script?
I tried using CreateObject("Shell.Application") but this gives an error since the Shell32 library has not been referenced.

Thanks for any help.