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