I'm using the following code to create a message box with two things in it. HOw do i get them to appear one above the other and not side by side.

VB Code:
  1. MsgBox ("Total Count = " & Count1 & " Total Coy = " & ECcount)

Thank you in advance.