Calling a DLL

A

Augusto Afonso

Hi All,

I'm trying to call a dll from within Excel 2000. This is what I´m doing:in
cell B1 I include this code: =CALL("MyDll";"Mult";"JJJ!";C1;D1)
in C1 and C2 there are any integers.

what I get is the FALSE word in cell B1.

Inside the DLL there is only one function (Mult) that multiplies two
integers and returns another integer. It works ok out of excel.Any comments
are welcome.Augusto.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top