G Guest Aug 6, 2004 #1 Anyone know how to start a new line in a MsgBox. For example, if I want to have paragraphs in a Msgbox how do I do so?
Anyone know how to start a new line in a MsgBox. For example, if I want to have paragraphs in a Msgbox how do I do so?
G Guest Aug 6, 2004 #3 Simply use VbCr to break your lines. Eg: MsgBox "Hello" & vbcr & "How are you?"
J JE McGimpsey Aug 6, 2004 #4 Rather than tie this to one platform or another, I'd recommend vbNewLine instead of vbLF since it works the same on both WinXL and MacXL.
Rather than tie this to one platform or another, I'd recommend vbNewLine instead of vbLF since it works the same on both WinXL and MacXL.
F Frank Kabel Aug 6, 2004 #5 Hi JE thanks for the info (as I unfortunately had never used a MAC before never would have noticed this)
Hi JE thanks for the info (as I unfortunately had never used a MAC before never would have noticed this)