How do I do this with VBA: Skip a line or double space within a MsgBx
R Randy Harris Oct 11, 2003 #2 -z said: How do I do this with VBA: Skip a line or double space within a MsgBx Click to expand... MsgBox "First Line" & VBCrLf & _ "Second Line" & VBCrLf & VBCrLf & _ "Fourth Line!" Cheers, Randy
-z said: How do I do this with VBA: Skip a line or double space within a MsgBx Click to expand... MsgBox "First Line" & VBCrLf & _ "Second Line" & VBCrLf & VBCrLf & _ "Fourth Line!" Cheers, Randy