Private Sub Command1_Click()
cent = (9 / 5) * (Text1)
po = cent + 32
Label3 = po
Text1 = ""
Text1.SetFocus
End Sub
Private Sub Command2_Click()
End
End Sub
cent = (9 / 5) * (Text1)
po = cent + 32
Label3 = po
Text1 = ""
Text1.SetFocus
End Sub
Private Sub Command2_Click()
End
End Sub

No hay comentarios:
Publicar un comentario