View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Beamer Beamer is offline
external usenet poster
 
Posts: 2
Default fx button shows ... for a UDF

I have a function that has about 22 parameters, all parameters are optional.
I would like to use the fx button to bring up the parameters, but it just
shows ... and one line for the parameters. I tried building an empty
function with the same number of optional parameters and the fx function
shows all of the parameters.

Any idea why I get the ... and one line for one function, but not the other?