Dim strbody As String
strbody = "Hi there" & vbNewLine & vbNewLine & _
"This is line 1" & vbNewLine & _
"This is line 2" & vbNewLine & _
"This is line 3" & vbNewLine & _
"This is line 4"
Hi, I would like to add code to the above which can call upon the current time/date in the body of the email.
thanks.
Bookmarks