I have a pre-filled email that I send out ..the email body work fine in 97 .. but in conversion to 2003 the email body does not fill .. below is part of the code.. I'm at a lost ..I've tried (char 13) with vb without vb ..any suggestion?
Dim strBccWhom, strMsgBody As String '<---sets up a variable object for who we are going to send out email to
strBccWhom = InputBox("Enter recipient's e-mail address.", _
"Enter Email Address") '<--- uses an input box to ask the user what email address to send this message to
strMsgBody = "Welcome," & vbCrLf
strMsgBody = strMsgBody & "Because we respect the high demands of your position and your limited time, blah ..blah." & vbCrLf
Dim strBccWhom, strMsgBody As String '<---sets up a variable object for who we are going to send out email to
strBccWhom = InputBox("Enter recipient's e-mail address.", _
"Enter Email Address") '<--- uses an input box to ask the user what email address to send this message to
strMsgBody = "Welcome," & vbCrLf
strMsgBody = strMsgBody & "Because we respect the high demands of your position and your limited time, blah ..blah." & vbCrLf