You can use vbNewLine too which I believe is platform independent. For example, Windows uses a CR and LF, Mac uses CR (through version 9), and OS X and Unix/Linux use LF. I've never had a problem with using vbCrLf but I've began using vbNewLine instead.