Error Messages/40232

< Error Messages
Revision as of 22:11, 22 March 2016 by Bbecane (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Error message examples

 Error encountered in the parameter declaration for Function Square while checking:
 (X: number
           ^
 Missing closing parenthesis, ")"
 Do you want to edit the Parameters for Square?

Cause

The parameter declaration for a UDF is missing the closing parenthesis. You probably missed the closing parenthesis.

Please click on the following link to learn more about function parameter qualifiers.

Remedies

Add the missing closing parenthesis.

See Also

Comments


You are not allowed to post comments.