Represents an external, dynamically linked library.
This example shows how to call a function from a local DLL:
MyLibrary = Application.LoadSharedLibrary("c:\\temp\mydll.dll") MyLibrary.Call("SetTransaction","String",Value1)
Call(sFunctionName As String, sArgumentType As String, [arg1], [arg2], [arg3], [arg4], [arg5], [arg6], [arg7], [arg8])