hora = Text2.Text * 3600000minutos = Text3.Text * 60000
hora = val(Text2.Text) * 3600000minutos = val(Text3.Text) * 60000
Dim hora As IntegerDim minutos As Integerhora = Val(Text2.Text) * 3600000minutos = Val(Text3.Text) * 60000
[codevb]MsgBox Str(Val("727272") * 3600000)