gb.CrLf (gb)

Const CrLf As String = "\r\n"

Return a carriage return followed by a line feed.

This is an equivalent of Chr$(13) & Chr$(10).