Está en la página 1de 1

Cambio If dias < 30 Then

Option Explicit Text3 = 3300 * Text2 / 30

Dim euros, dol, libras, total As Double End If

Dim Cant As Integer Private Sub Command3_Click()

Private Sub Command1_Click() If (Text1 < Text2) Or (Text2 > Text1) Then

End MsgBox " Los numeros estan en orden


creciente"
End Sub
Else

MsgBox " Los numeros no estan en orden


Private Sub Command2_Click()
creciente"
Text1 = ""
End
Text2 = ""
End If
Text1.SetFocus
End Sub
End Sub
Private Sub Command3_Click()
Private Sub Command3_Click()
If Text1 > 0 Then
euros = 0.11
MsgBox "Es un numero positivo"
dol = 0.13
Else
libras = 0.10245921
MsgBox "Es un numero negativo"
Cant = Val(Text1)
End If
If Option1 = True Then
End Sub
total = dol * Cant
Private Sub Command3_Click()
Text2 = total
If (Text1 < Text2) Or (Text2 > Text1) Then
Else
MsgBox " Los numeros estan en orden
If Option2 = True Then creciente"

total = euros * Cant Else

Text2 = total MsgBox " Los numeros no estan en orden


creciente"
Else
End
If Option3 = True Then
End If
total = libras * Cant
End Sub
Text2 = total
Private Sub Command3_Click()
End If
If Text2 > 2499 Then
End If
des = Text2 * 0.08
End If
Text3 = des
End Sub
Text4 = Text2 - des
sueldo MsgBox " El producto tiene descuento :)"
Private Sub Command3_Click() Else
If dias = 30 Then If Text2 < 2500 Then
Text3 = 3300 MsgBox "El producto no tiene descuento :("

Else End If

End If

También podría gustarte