+ Reply to Thread
Results 1 to 7 of 7

Validation not working properly

  1. #1
    Forum Contributor
    Join Date
    04-02-2013
    Location
    Hollywood, Fl
    MS-Off Ver
    Excel 2010
    Posts
    110

    Validation not working properly

    Hello all,
    I've written a validation check to make sure users using a userform enter a valid employee ID or kiosk number, but also to prevent the users from leaving the box blank. The coding was working, but now it only seems to be working intermittently. When testing there are times when I leave the box blank, my msgbox message comes up, but the majority of times, nothing happens. Does anyone know why this may be occurring, or how I can add another validation to ensure the user cannot enter an invalid employee id #, kiosk #, or leave the field blank? I also thought, if the user entered a value that was invalid, my setFocus line would take them back to the PERNR text box, instead it places the cursor within the next box they would enter, which is the Rep name box. Here's a snippet of the code I'm using:

    Please Login or Register  to view this content.
    Thanks for any and all help!
    Damian37

  2. #2
    Forum Expert judgeh59's Avatar
    Join Date
    02-07-2013
    Location
    Boise, Idaho
    MS-Off Ver
    Excel 2016
    Posts
    2,310

    Re: Validation not working properly

    Is it possible that spaces are getting put in....because a space would not be trapped by your IF statement....you could change the Me.txtPERNR.Text to TRIM( Me.txtPERNR.Text) = "" and that might work....If spaces are causing your problem...HTH
    Ernest

    Please consider adding a * if I helped

    Nothing drives me crazy - I'm always close enough to walk....

  3. #3
    Forum Contributor
    Join Date
    04-02-2013
    Location
    Hollywood, Fl
    MS-Off Ver
    Excel 2010
    Posts
    110

    Re: Validation not working properly

    Quote Originally Posted by judgeh59 View Post
    Is it possible that spaces are getting put in....because a space would not be trapped by your IF statement....you could change the Me.txtPERNR.Text to TRIM( Me.txtPERNR.Text) = "" and that might work....If spaces are causing your problem...HTH
    Thanks judgeh59,
    The Trim appears to be working. One thing, I would like the cursor to go back to the textbox in which they would be entering in the PERNR # or kiosk entry # if they entered in an incorrect value. Right now the cursor goes to the next box they would be entering data after they click ok within the msgbox. I thought my setFocus line would make the cursor go back to the PERNR box, but it isn't doing that. Any ideas why that might be? Here's my updated code:
    Please Login or Register  to view this content.

  4. #4
    Forum Expert judgeh59's Avatar
    Join Date
    02-07-2013
    Location
    Boise, Idaho
    MS-Off Ver
    Excel 2016
    Posts
    2,310

    Re: Validation not working properly

    the only thing I can think of is to put the setfocus after the msgbox....

  5. #5
    Forum Expert judgeh59's Avatar
    Join Date
    02-07-2013
    Location
    Boise, Idaho
    MS-Off Ver
    Excel 2016
    Posts
    2,310

    Re: Validation not working properly

    did that fix the problem?

  6. #6
    Forum Contributor
    Join Date
    04-02-2013
    Location
    Hollywood, Fl
    MS-Off Ver
    Excel 2010
    Posts
    110

    Re: Validation not working properly

    Quote Originally Posted by judgeh59 View Post
    did that fix the problem?
    Hi judgeh59,
    Unfortunately, no it didn't. The cursor is still moving on to the next text box even though a valid entry hasn't been completed within the PERNR text box. Still researching, but also working on a few other things right now. The validation is forcing the user to enter in a correct value, so my userform is working, just not perfectly. Thanks for checking up!

    Damian37

  7. #7
    Forum Expert judgeh59's Avatar
    Join Date
    02-07-2013
    Location
    Boise, Idaho
    MS-Off Ver
    Excel 2016
    Posts
    2,310

    Re: Validation not working properly

    hmmmm....weird....the only other way to help would be to upload the file....if you want....if you do be sure to delete/change any company sensitive data....

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] IF-THEN-ELSE not working properly
    By danex in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 11-02-2013, 11:15 AM
  2. VBA not working properly
    By stevemills04 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-26-2013, 02:56 PM
  3. validation not working properly
    By arnab0711 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-31-2011, 09:43 PM
  4. UDF not working properly
    By demuro1 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-09-2008, 04:36 PM
  5. data validation-working properly
    By changetires in forum Excel General
    Replies: 2
    Last Post: 08-16-2006, 09:50 PM

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1