Invoke a function contained in a loaded XLL, using an array of arguments
[VB]
Public Function CallAddinFunctionA( _
ByVal FunctionName As String, _
ByVal arguments As Variant() _
) As Variant
The name of the add-in function, as it would appear in Excel.
The arguments to the add-in function, as an array of Variants.
This method is identical to CallAddinFunction,
except that its arguments are passed as an array of variants.
Library: pslxld01.dll