View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sandy Sandy is offline
external usenet poster
 
Posts: 270
Default 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