I would like to use Msgbox to display some information. The catch is, I want it broken down by specific lines. How would I insert a carriage Return/Linefeed into the Msgbox.
What I currently have:
MsgBox "Request Added.", vbOKOnly + vbInformation, "Record Added
What I currently have:
MsgBox "Request Added.", vbOKOnly + vbInformation, "Record Added