To VBWorld,
Please could you tell me what is wrong with this code as when I run it, it just shows the label caption as -1. Please help and email me at [email protected]

Private Sub Command1_Click()
Timer1.Enabled = True
End Sub

Private Sub Form_Load()
Dim snds
snds = 60
Label1.Caption = snds
End Sub

Private Sub Timer1_Timer()
snds = snds - 1
Label1.Caption = snds
End Sub

THANKS FOR ANY HELP YOU CAN GIVE ME
jmcg
[email protected]


------------------
J.McGlory