Skip to content

Instantly share code, notes, and snippets.

@discarn8
Last active May 16, 2018 18:01
Show Gist options
  • Select an option

  • Save discarn8/61fb6937ec3b4bece5388bb441a84bef to your computer and use it in GitHub Desktop.

Select an option

Save discarn8/61fb6937ec3b4bece5388bb441a84bef to your computer and use it in GitHub Desktop.
OUTLOOK - QuickInfo.vba
Sub QuickInfo()
MsgBox "Message Line 1" & vbCrLf & "Message Line 2" _
& vbCrLf & "Message Line 3" & vbCrLf & "Message Line 4" _
& vbCrLf & "Message Line 5"
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment