MsgBox message on two lines?
How do I get the following message to:
a) Split onto two lines in the message box (after the comma) and
b)Split it onto two lines within the code for readability?
MsgBox "You have missed out some entries, click OK and complete the list",
vbOKOnly, "Entries Missing"
Thanks
Sandy
|