G
Guest
Is it possible to add a new line to the text for a message box like html
"this is msg1 <br> this is msg2"
versus
"this is msg1" & VbCrLf & "this is msg2?
Or like C#
"this is msg1 \n this is msg2"
Thanks,
Rich
"this is msg1 <br> this is msg2"
versus
"this is msg1" & VbCrLf & "this is msg2?
Or like C#
"this is msg1 \n this is msg2"
Thanks,
Rich