calling a dll from excel macro

  • Thread starter Thread starter Stefan
  • Start date Start date
S

Stefan

I'm trying to call a function from a dll in an excel macro, however,
every time I run the macro Excel crashes with no explanation why...
The function excepts three strings, does an encryption and returns a
string back..

any ideas of what I'm doing wrong? I must have some fundamental
errors...

thanks.
 
Stefan said:
I'm trying to call a function from a dll in an excel macro, however,
every time I run the macro Excel crashes with no explanation why...
The function excepts three strings, does an encryption and returns a
string back..

any ideas of what I'm doing wrong? I must have some fundamental
errors...

I guess it would have been helpful to post the declaration of the DLL
function and the call you are making to it, and tell us the version of
Excel and the address at which it crashes.

Bill Manville
MVP - Microsoft Excel, Oxford, England
No email replies please - reply in newsgroup
 

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

Back
Top