Understanding Custom Function Rules

A custom function must start with a Function statement and end with an End Function statement. In addition to the function name, the Function statement usually specifies one or more arguments. You may include as many as 29 arguments, using commas to separate them. You can also create a function with no arguments. Excel includes several built-in functions— RAND() and NOW(), for example—that don't use arguments. As you'll see later in this chapter, you can also create functions with optional arguments—arguments that you can either include or omit when you call the function.

Following the Function statement, a function procedure includes one or more VBA statements that make decisions and perform calculations using ...

Get Microsoft® Office Excel 2003 Inside Out now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.