Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
|
Constant |
Value |
|---|---|
|
vbBack |
VBA.Strings.Chr$(8) |
|
vbCr |
VBA.Strings.Chr$(13) |
|
vbCrLf |
VBA.Strings.Chr$(13) + VBA.Strings.Chr$(10) |
|
vbFormFeed |
VBA.Strings.Chr$(12) |
|
vbLf |
VBA.Strings.Chr$(10) |
|
vbNewLine |
An implementation-defined String value representing a new line |
|
vbNullChar |
VBA.Strings.Chr$(0) |
|
vbTab |
VBA.Strings.Chr$(9) |
|
vbVerticalTab |
VBA.Strings.Chr$(11) |
|
vbNullString |
An implementation-defined String value representing a null string pointer |
|
vbObjectError |
-2147221504 |