phoenixR

Snippet: MsgBox

Aug 31st, 2021
1,766
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ' Snippet | MsgBox with reaction
  2. Answer = MsgBox("Text", 3 + 48, "Title")
  3. If Answer = vbYes Then
  4.     ...
  5. ElseIf Answer = vbNo Then
  6.     ...
  7. End If
Advertisement
Add Comment
Please, Sign In to add comment