I have the following code below which I need amended to format the value extracted from B1 for eg as $ 415,250.75 ("$#,##0.00")
the value is extracted using VBA but not formatted asrequired above
Your assistance is most appreciated
the value is extracted using VBA but not formatted asrequired above
Code:
strBody = strBody & "Those over 60 days amount to " & Sheets(4).Range("B1") & " vbNewLine & vbNewLine
Your assistance is most appreciated