Hi there,
My macro uses a function in an external DLL declared on top like:
Declare Function Calculate Lib "CalculationsLib.dll" (ByVal param1 As Integer, ByVal param2 As String...)
The DLL library is in the same path as the excel document. Then the instruction in the macro is like:
result =...