View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default 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"