View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Domagoj Vulin Domagoj Vulin is offline
external usenet poster
 
Posts: 6
Default Sending an array to DLL Function


"Clark" <stillnospam@me wrote in message
...

As an alternate approach, if may be quite simple to dump the FORTRAN code
into VBA. It'll be slower but it'll solve the array passing problem.


That's the thing I've been thinking about so many times, but there are lot
of other FOR subroutines to work with, so this solution is unacceptable :).