in the international numbering system, the place values of digits of the number go in the order of ones, tens, hundreds, thousands, ten thousand hundred thousand, millions, billions and so on. hence, in the conversion of the amount from millions to rupees, 1 million can be written as give...
Function NUM_TO_IND_RUPEE_WORD(ByVal MyNumber, Optional incRupees As Boolean = True) Dim Crores, Lakhs, Rupees, Paise, Temp Dim DecimalPlace As Long, Count As Long Dim myLakhs, myCrores ReDim Place(9) As String Place(2) = " Thousand ": Place(3) = " Million " ...