Now, I'm currently trying to receive the multiple return value from DLL in VBA(Excel Visual Basic).
This is my DLL code.
Then I want to give some value to the DLL by using the datain0 and datain1 and receive the dataout0 and dataout1 from the DLL in the VBA(Excel Visual Basic).![]()
Please Login or Register to view this content.
This is my VBA code.actually, I'm not familiar with VBA(Excel Visual Basic)
What am I supposed to make the function which is what I want to give datain0=3, datain1=4 and receive the dataout0 and dataout1 values?![]()
Please Login or Register to view this content.
If I run the above code in the excel, I've got a problem halt
Bookmarks