Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Sub LiveDemo()
- Dim num As Integer
- num = 7
- If num Mod 2 = 0 Then
- Debug.Print "Even"
- Else
- Debug.Print "Odd"
- End If
- End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement