A 
		
								
				
				
			
		a
why this code work correctly with out ((((((End If))))))
Private Sub Command1_Click()
Dim a
Dim b
a = 5
b = 2
If a > b Then MsgBox "Hi azouz"
End Sub
thank you
				
			Private Sub Command1_Click()
Dim a
Dim b
a = 5
b = 2
If a > b Then MsgBox "Hi azouz"
End Sub
thank you
