Results 1 to 3 of 3

Thread: inputbox

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2000
    Location
    Isle of Man
    Posts
    276
    is there any way of disabling the close button on an inputbox, thereby forcing the user to specify a response??

  2. #2

    Wink

    Why not loop until an input has been received .....

    Example :
    _______________________________
    cupsize = InputBox("Please enter user cup size")
    Do Until cupsize <> ""
    cupsize = InputBox("Please enter user cup size")
    Loop
    z = MsgBox(cupsize)



    ______________________________
    Bob

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2000
    Location
    Isle of Man
    Posts
    276
    good idea!

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