View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.newusers
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default "function" vs. "worksheet function"

A function does not have to be a UDF, it is just a procedure that (can)
return a result.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"JP" wrote in message
...
"Function" is more general -- it can refer to a worksheet function, or
a VBA-based user defined function (UDF).


HTH,
JP

On Mar 20, 4:30 pm, Paul wrote:
I've bashed around with Excel before, but now I'm having to dig into
the Help (on the web). The terms "function" and "worksheet function"
are pervasive. Are they basically synonyms? Thanks.