Constant Value DescriptionvbCr Chr(13) Carriage returnvbCrLf Chr(13) & Chr(10) Carriage returnlinefeed combinationvbFormFeed Chr(10) Form feed; not useful in Microsoft WindowsvbLf Chr(10) Line feedvbNewLine Chr(13) & Chr(10) or Chr(10) Platform-specific newline character; whatever is appropriate for the platformvbNullChar Chr(0) Character having the value 0vbNullString String having value 0 Not the same a zero-length string (""); used for calling external proceduresvbTab Chr(9) Horizontal tabvbVerticalTab Chr(11) Vertical tab; not useful in Microsoft Windows
.