Jim,
Post the code that you are using in your message box. As far as I know (and I could be wrong), the text should automatically wrap.
Use vbCrLf:
MsgBox "This will be on line1" & vbCrLf & "This on line 2"
Hope this is what you were looking for,
Russell
I copied and pasted your code and it seemed to work the way you wanted it to with the 2 lines of info. Is that not how you are seeing it?
Didn't realize this was the solution, and not the problem.