In MsgBox help ..
Quote:
If Text is long, it can be broken up into several shorter lines by means of a continuation section, which might improve readability and maintainability.
I can see how to "split a long line into a series of shorter lines" by using breaks such as ||, &&, ... or just comma at beginning of lines.
But can multiline messages (in MsgBox) be created .. without displaying these break characters? i.e. just as word-wrapped text?
I know it can be done by running Notepad .. I prefer it to be in MsgBox for consistency with other user messages.