New Line in MsgBox
Hi JE
thanks for the info (as I unfortunately had never used a MAC before
never would have noticed this)
--
Regards
Frank Kabel
Frankfurt, Germany
JE McGimpsey wrote:
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.
In article ,
"Frank Kabel" wrote:
try
msgbox "text1" & vblf & "text2" & vblf & "text3"
|