View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
isabelle isabelle is offline
external usenet poster
 
Posts: 587
Default Excel 2003 VBA string literal help location

hi Walter,

MsgBox "how to do a Carriage return" & vbCrLf & "ok it's fine"

MsgBox "how to do a double Carriage return" & vbCrLf & vbCrLf & "ok it's fine"


--
isabelle