Hi all,

I'm trying to call a function I have written in C.
My understanding is before I use a function from a dll library I should
declare it with the 'DECLARE FUNCTION' statement.
To access a function from an XLL, this statement is probably not
necessary as the XLL has a procedure registering all available
functions.

Given that my test function in C has the following syntax:
__declspec(dllexport) LPXLOPER TestFunction( LPXLOPER x, LPXLOPER
xArray, LPXLOPER yArray, short extrapFlag )
what would be the syntax of the VBA function to pass array data to the
TestFunction?


--
eLiNK
------------------------------------------------------------------------
eLiNK's Profile: http://www.hightechtalks.com/m446
View this thread: http://www.hightechtalks.com/t2304519