Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Sub LiveDemo()
- Dim firstNum, secondNum As Integer
- firstNum = 20
- secondNum = 2
- If firstNum > secondNum Then
- Debug.Print firstNum
- Else
- Debug.Print secondNum
- End If
- End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement