Try using code similar to this: Private Declare Sub FUNCTIONNAMEINDLL Lib "C:\TEMP\DLLPATH.DLL" (Function Prototype)
This will allow you to call a specific function in the DLL.
Try using code similar to this: Private Declare Sub FUNCTIONNAMEINDLL Lib "C:\TEMP\DLLPATH.DLL" (Function Prototype)
This will allow you to call a specific function in the DLL.