Last active
May 16, 2018 18:01
-
-
Save discarn8/61fb6937ec3b4bece5388bb441a84bef to your computer and use it in GitHub Desktop.
OUTLOOK - QuickInfo.vba
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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