|
-
Nov 19th, 2000, 01:48 PM
#1
Thread Starter
Junior Member
Hi everyone
having a bit of bother with the following code
text7 is not visible regardless of which button is clicked
can anyone tell me where i'm going wrong
Thanks!
If Int(Val(Text1.Text - Val(sawcut * Val(tubpieces)))) > 50 Then
MsgBox "Do you want to use the remaing piece?", vbQuestion + vbYesNo
If vbYes Then
Text7.Visible = True
End If
If vbNo Then
Text7.Visible = False
End If
End If
p.s 'else' gives the same result
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|