Hi

I tried to copy and paste Microsoft VBA Code for converting numbers to words but its not working. Under If DecimalPlace > 0 Then, the following words are written in red
Cents = GetTens(Left(Mid(MyNumber, DecimalPlace + 1) & _ "00", 2)) when I click run it says compile error syntax error. its my first time to use VBA. I don't know where I going wrong. I did copy and paste as per instruction but its not work. When I try to close the workbook it doesn't close I end up shutting the computer.

Thank you for your help.

Regards,


Sunboy