Joined: 11 Jun 2007 Posts: 2447 Location: 127.0.0.1
Posted: Sun Sep 23, 2007 8:31 am Post subject:
Chimecko, just make your code like this:
Code:
Private Sub Timer1_Timer()
If Form5.Text4.Text = "exactfit" Then
If Form5.Text3.Text = "scale" Then
Form5.Command1.Enabled = True
End If
End If
End Sub
everytime you add another if form5....................... add another End if and the bottom. simple enough?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum