Error Messages/40264


Error message examples

 Error encountered in the parameter declaration for Function Square while checking:
 (X: ) number)
     ^
 Unexpected text after closing parenthesis.
 Do you want to edit the Parameters for Square?

Cause

The parameter declaration for a UDF contained text after the closing parenthesis. You may have typed in a closing parenthesis in the middle of the declaration.

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

Remedies

Remove the unexpected closing parenthesis from the middle of the parameter declaration.

See Also

Comments


You are not allowed to post comments.