+ Reply to Thread
Results 1 to 7 of 7

prompt if numeric values inputed is less than five digits

  1. #1
    Forum Contributor
    Join Date
    08-07-2008
    Location
    United States
    MS-Off Ver
    Microsoft Office 2003
    Posts
    362

    prompt if numeric values inputed is less than five digits

    hi again,

    I have a userform which has a textbox for employee id. If an employee enters less than 5 digits, it should prompt the user via msg box that he needs to enter 5 digits for employee id. However my coding doesnt work...can someone help me correct it? thanks

    Please Login or Register  to view this content.
    Stoey
    Last edited by stoey; 03-05-2009 at 05:08 PM.

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259

    Re: prompt if numeric values inputed is less than five digits

    Hello Stoey,

    You need to place the code into the TextBox_Exit event. This allows you to set Cancel. This will put the focus back on your Text Box and not set the focus on the next control in the tabbing sequence. This will highlight the entry.
    Please Login or Register  to view this content.
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

  3. #3
    Forum Contributor
    Join Date
    08-07-2008
    Location
    United States
    MS-Off Ver
    Microsoft Office 2003
    Posts
    362

    Re: prompt if numeric values inputed is less than five digits

    hi leith,

    just tried the macro you corrected but i am receiving an error message "Run-time error '1004':
    Application-define or object-define error" when running the program. Also, the msg box prompt doesnt appear...any idea?

    thanks

    stoey

  4. #4
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259

    Re: prompt if numeric values inputed is less than five digits

    Hello Stoey,

    I missed the MaxLength in the code the first time. Should be Length(TextBox1.Value) . Here is the corrected code...
    Please Login or Register  to view this content.

  5. #5
    Forum Contributor
    Join Date
    08-07-2008
    Location
    United States
    MS-Off Ver
    Microsoft Office 2003
    Posts
    362

    Re: prompt if numeric values inputed is less than five digits

    hi again leith,


    i'm not sure why its not working on my end...but i attached a sample file where in you can try it...currently i am still receiving the same error message. i appreciate your patience and kindness...

    thanks,
    stoey
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    03-05-2009
    Location
    Washington
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: prompt if numeric values inputed is less than five digits

    I think you want a less than sign - "<" not ">"

    Please Login or Register  to view this content.
    I made this change in your spreadsheet and when I entered a 4 digit id the msgbox popped up and focus returned to the id box.

  7. #7
    Forum Contributor
    Join Date
    08-07-2008
    Location
    United States
    MS-Off Ver
    Microsoft Office 2003
    Posts
    362

    Re: prompt if numeric values inputed is less than five digits

    hi croix,

    yeah you're right! i tried changing the angle bracket sign and it works perfectly now...thanks! and thanks to leith as well...for the benefit of everyone the correct code from leith is below:

    Please Login or Register  to view this content.
    Thanks,

    Stoey

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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