Hello,
I'm working on this excel spreadsheet vba to send active sheet as pdf and it works fine, except .body formating which doesn't look right.
Can someone please help me format it so it looks nicer? The "Hello" looks much bigger and "thanks," looks weird!
Link to the screenshot: http://imgur.com/a/6zZH8
I'm working on this excel spreadsheet vba to send active sheet as pdf and it works fine, except .body formating which doesn't look right.
Can someone please help me format it so it looks nicer? The "Hello" looks much bigger and "thanks," looks weird!
Code:
strbody = "Hello," & "<br>" & "<br>" & "PO Requisition #" & " " & Range("I5") & "<br>" & "Vendor: " & Range("C5") & "<br>" & "Total: $" & Range("J43") & "<br>" & "<br>" & "Please Find the file(s) attached for more details." & "<br>" & "<br><B>Thank you</B>"
Link to the screenshot: http://imgur.com/a/6zZH8