Forum Discussion
ruumi
Jul 25, 2021Copper Contributor
Convert Numbers to words for Excel 365 for Mac
Hi I have tried this link to use for this purpose. However there is a error when I execute it. https://support.microsoft.com/en-us/office/convert-numbers-into-words-a0d166fb-e1ea-4090-95c8-69442cd5...
ruumi
Jul 25, 2021Copper Contributor
The syntax error is in this line
Cents = GetTens(Left(Mid(MyNumber, DecimalPlace + 1) & _ "00", 2))
Cents = GetTens(Left(Mid(MyNumber, DecimalPlace + 1) & _ "00", 2))