Okay I know I've read this sometime in the past but I can't seem to remember. Basically I want to declare some text in a msgbox() carriage return to a newline, and declare some more text. Something like
MsgBox Err.Description & <<<carriage return>>> & "Contact Systems Support Immediately!", vbCritical, "Error in ErrorLogging"
Thanks I've checked all over help files searching for things such as "carriage return", "new line", "hard return", etc etc... Even looked through character set lists thinking maybe it was a chr() call that made it go to new line.
MsgBox Err.Description & <<<carriage return>>> & "Contact Systems Support Immediately!", vbCritical, "Error in ErrorLogging"
Thanks I've checked all over help files searching for things such as "carriage return", "new line", "hard return", etc etc... Even looked through character set lists thinking maybe it was a chr() call that made it go to new line.