C
C''''est_moi
I have a long MsgBox to user upon opening (autoopen) of a document that goes
like this:
MsgBox "Aaaaaaaaaaa. Bbbbbbbbbbbbb", vbInformation, "MESSAGE FROM xxx"
I want to add a line between "Aaa" and "Bbb" so when pop-up is displayed on
screen, text is divided into 2 parts, "Aaa" on one line (first paragraph
within the box) -- space -- "Bbb" on the second line (second paragraph within
the box).
I looked it up and came up with a "char(13)" carriage return function which
for the life of me, I cannot find where to insert between the "" of the
prompt after the MsgBox or how. I have tried every which way, to no avail.
Can anoyone help me?
like this:
MsgBox "Aaaaaaaaaaa. Bbbbbbbbbbbbb", vbInformation, "MESSAGE FROM xxx"
I want to add a line between "Aaa" and "Bbb" so when pop-up is displayed on
screen, text is divided into 2 parts, "Aaa" on one line (first paragraph
within the box) -- space -- "Bbb" on the second line (second paragraph within
the box).
I looked it up and came up with a "char(13)" carriage return function which
for the life of me, I cannot find where to insert between the "" of the
prompt after the MsgBox or how. I have tried every which way, to no avail.
Can anoyone help me?