Hello,
I am currently using an email macro that pulls information directly into the body of the email. I need help with formatting. The referenced cell is currently formatted to only show 2 decimals on the spreadsheet (19.11). The value that shows in the body is 19.1111111111111. I would like it to only show the 19.11. The following is a portion of my current code. What do I need to add to format that data in the email body?
Thanks in advance.
I am currently using an email macro that pulls information directly into the body of the email. I need help with formatting. The referenced cell is currently formatted to only show 2 decimals on the spreadsheet (19.11). The value that shows in the body is 19.1111111111111. I would like it to only show the 19.11. The following is a portion of my current code. What do I need to add to format that data in the email body?
Thanks in advance.
Code:
.body = Sheets("Homes Available").Range("f150").Value