C
Carl Mankat
If this is off post please direct me.
I
am having problems understanding how to make a MsgBox with more than
one line in the statement.
This: MsgBox "statement",,"Title" works.
This: Msgbox "Line one"
& "Line two",,"Title" doesn't work.
Also, should I use MsgBox as a function or method? I'm confused.
TIA,
Carl
I
am having problems understanding how to make a MsgBox with more than
one line in the statement.
This: MsgBox "statement",,"Title" works.
This: Msgbox "Line one"
& "Line two",,"Title" doesn't work.
Also, should I use MsgBox as a function or method? I'm confused.
TIA,
Carl