Results 1 to 2 of 2

Thread: messagebox question

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2000
    Posts
    23

    Question

    Hi everybody
    can anybody tell me if it's possible to get a message box to appear in response to the following line of code:

    If Int(Val(Text1.Text - Val(sawcut * Val(tubpieces)))) < (Val(Text2.Text)) then...

    or am I approaching from the wrong angle again??
    Thanks


  2. #2
    Fanatic Member Dim's Avatar
    Join Date
    Jul 2000
    Posts
    620
    Code:
    If Int(Val(Text1.Text - Val(sawcut * Val(tubpieces)))) < (Val(Text2.Text)) Then
        MsgBox "Blah Blah"
    End If
    Hope that helps,
    D!m
    Dim

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width