Loungers
Can anyone test this for me on Excel < 2003?!
MsgBox "An Error Occured." & Chr(13) & Chr(13) & _
"Please call the Developer of this application and give him the following" & _
" Information:" & Chr(13) & Chr(13) & _
"Error Number: " & Str(Err.Number) & Chr(13) & _
"Error Message: " & Err.Description & Chr(13) & Chr(13) & _
"Error Source: " & Err.Source & Chr(3) & Chr(3) & _
"This application will terminate now.", vbCritical + vbOKOnly, "Error Encountered"
No matter what I did I could not get the line “This application will terminate now.” to go on a line by itself.
Thanks for trying