ParamArray

  • Thread starter Thread starter Jim Chandler
  • Start date Start date
J

Jim Chandler

Does anyone know if there is a limit on the number of
arguments that can be used with ParamArray or is there a
limit to the number of arguments that can be used in any
function.

Thanks,
Jim
 
30 arguments is the maximum (you can see that by using the SUM() function
for example)
 
Actually, the limit is 29 arguments for user written functions that are
called from Excel. ParamArray will result in the Function Wizard
prompting for a 30th argument, but you will get an error if you try to
enter that 30th argument.

Jerry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top