I want to create a public function that has an optional parameter.
For example
Public function GetValue(A, B)
If B is not entered into the formula it defaults to 0.
Like in the Excel Function Beta where A and B are optional.
Anyone know how to do this?
Thanks!
For example
Public function GetValue(A, B)
If B is not entered into the formula it defaults to 0.
Like in the Excel Function Beta where A and B are optional.
Anyone know how to do this?
Thanks!