Can anybody tell me what this means? It's within an email body. I'm supposed to edit the email and add a new paragraph. I notice that lines are written out like the example below. What's confusing is that longer sentences that are not complete are still contained within this code, and I don't know how long I can make a sentence.
EMailBody = EMailBody & "A long message line would appear here" & vbCrLf
can anyone tell me why this is, and what this code means? Thanks!