I have the foliowing snippet of code to email data
I need it amended to include the value of B1 on sheet "Ageing" after the text in my code "Please attend to those over 60 days"
I have tried to show what I want to achieve below
Kindly amend my code
I need it amended to include the value of B1 on sheet "Ageing" after the text in my code "Please attend to those over 60 days"
Code:
strBody = strBody & "Attached Please find Debtors Report-Please attend to those over 60 days -Please chase up on the highlighted items" & vbNewLine & vbNewLine
I have tried to show what I want to achieve below
Code:
strBody = strBody & "Attached Please find Debtors Report -Please attend to those over 60 days amounting to &sheet("ageing").range("B1") -Please chase up on the highlighted items" & vbNewLine & vbNewLine
Kindly amend my code