hmk
Active Member
- Joined
- Jun 8, 2004
- Messages
- 423
i tried with this code:
but it gives me invaled qualifier when tring to read vtt
any idea how to solve the problem ?
Code:
Private Sub CommandButton1_Click()
Dim tooo As Double
Dim vtt As Double
If Label1.Caption = "" Then
Label1.Caption = vtt.Value
tooo.Value = vtt.Value
Else:
Label1.Caption = Label1.Caption & vbCr
Label1.Caption = Label1.Caption & vtt
tooo.Value = CDbl(tooo) + CDbl(vtt)
End If
tooo.Value = ""
End Sub
any idea how to solve the problem ?