View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Janwillem van Dijk Janwillem van Dijk is offline
external usenet poster
 
Posts: 1
Default function wizard access violations

Hi,
I am writing an Excel addin in delphi/pascal as a .xll file. Works
absolutely great! However, if a function gets more than 12 arguments,
entering the function through the function wizard crashes Excel.
Entering the function by typing in the edit window works fine. All
arguments and the result are of type xlOper (R).

This limitation does not seem to exist for functions programmed in a VBA
module of the workbook.

Is there some parameter that can be adjusted to increase the number of
allowed arguments or is there a work around?

Thanks for any help,
Janwillem