View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Vergel Adriano Vergel Adriano is offline
external usenet poster
 
Posts: 857
Default Is Multi line possible with MsgBox

example:

MsgBox "Line 1" & vbNewLine & "Line 2"


--
Hope that helps.

Vergel Adriano


"Ayo" wrote:

Is it possible to have this in multiple lines, instead of just one single line?

MsgBox "An Error as occurred in the Save file to folder. This Macro will now
TERMINATED"