View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Where to locate reference

Those are called named ranges, but they are only used with procedures built
in VBA or VB. For the worksheetfunctions, you don't use names - arguments
are passed by position. So you just use Excel help for those to identify
the arguments.

--
Regards,
Tom Ogilvy

"Lee Hunter" wrote in message
...
Where may I locate the reference to using the various
parameters with worksheet functions as methods such as
FIND, SUMIF, etc.

I see answers describing values like "what=:"
and "lookin" and the like.

Where are these documented?

Thanks.