View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lynn McGuire Lynn McGuire is offline
external usenet poster
 
Posts: 3
Default limit on DLL function arguments

I am extending a DLL that we have written for Excel VBA to call.

One of the new functions has 21 arguments. However, Excel
refuses to compile the VBA code and says that it cannot find
the function. Is there a limit on the number of arguments for
DLL functions in Excel VBA ?

Thanks,
Lynn McGuire