Hi,
I have created VBA to send Ledger Confirmation mail to multiple customers from Excel..
I want to bold Amount in numbers & in Words. Also amount in numbers should be in comma format.
Sub SendEmail()
ActiveWorkbook.Activate
Sheets("Main").Select
Range("A3").Select
Do While...