A arage Registered User. Local time Today, 15:23 Joined Dec 30, 2000 Messages 537 Jan 26, 2001 #1 Hi, How does one wrap text in a message box? Thanks!
T Talismanic Registered User. Local time Today, 15:23 Joined May 25, 2000 Messages 377 Jan 26, 2001 #2 You can do it by combining a string contecation with the vbCrLf MsgBox "This is line 1" & vbCrLf & "This is line 2", _ vbInformation, "Msgbox Word Wrap!"
You can do it by combining a string contecation with the vbCrLf MsgBox "This is line 1" & vbCrLf & "This is line 2", _ vbInformation, "Msgbox Word Wrap!"