Thanks MrMoocow,
I needed the same help. I was using
"string" & vbCrLf & _ but it still wasn't working and I thought whaa??
P.S. mhall,
use
& vbCrLf
if you want to force a carriage return with code and
& vbCrLf & _
" " if you want your code to go to the next line.