View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
William Benson William Benson is offline
external usenet poster
 
Posts: 121
Default Multiple lines desired in Msgbox

Nick, my point is that I only, ever, use Chr(13) and it always pops me down
to the next line. Every time.

So, I am asking if there are systems which REQUIRE chr(10) to add a line,
because I have found no Windows apps ever do.

In other words, VBCRLF and Chr(13) do the same thing in a message box, a
list box, etc.

From my experience anyway.

"Nick Hebb" wrote in message
oups.com...
On Windows VbCrLf is equivalent to VbNewLine, so every time that you've
used either one you've implicitly used chr(10) - line feed.

I imagine that the other systems that use only chr(13) - carraige
return - would primarily be Macs.