Thanks for your comment. To get your desired output, you need to use theVBAcode given below. We have created a custom function to convert numbers to currency words. 1. Copy theVBAcode and paste it into theModulewindow. Function ConvertNumberToWords(ByVal MyNumber) As String Dim Units As S...