The underscore in the offending line was intended to be a continuation character, and the rest of the line should have been on the next line.
Remove the underscore _ to get rid of the error.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I had set up a template with the SpellNumber function in Excel 2010, which worked just fine. When attempting to use it in Excel 2013, I receive the following syntax error:
The function was created using the steps in
I can't seem to find information on how to correct this.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
The underscore in the offending line was intended to be a continuation character, and the rest of the line should have been on the next line.
Remove the underscore _ to get rid of the error.
Please remove the empty line below the line in red.
Sorry, my mistake. Remove (delete) the empty line between
Result = Result & GetDigit _
and
(Right(TenstText, 1)) ' Retrieve ones place.