View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stefan[_4_] Stefan[_4_] is offline
external usenet poster
 
Posts: 1
Default calling a dll from excel macro

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.