UDF Prompts in XL2003

  • Thread starter Thread starter michael.beckinsale
  • Start date Start date
M

michael.beckinsale

Hi All,

With XL2003 built in functions you get prompts for the various
parameters / arguments as you type into the cell.

eg typing =Sumif( directly into a cell results in this prompt:

SUMIF(range, criteria,[sumrange])

Can this be achieved with UDF and if so how?

Regards

Michael B.
 
See:

http://groups.google.com/group/microsoft.public.excel.programming/bro...
--
Gary''s Student - gsnu2007a



michael.beckinsale said:
With XL2003 built in functions you get prompts for the various
parameters / arguments as you type into the cell.
eg typing =Sumif( directly into a cell results in this prompt:
SUMIF(range, criteria,[sumrange])
Can this be achieved with UDF and if so how?

Michael B.- Hide quoted text -

- Show quoted text -

Hi Gary,

Thanks for the link.

Exactly what l needed.
 
Back
Top