Consulting

Results 1 to 4 of 4

Thread: Textbox number of digits allowed

  1. #1

    Textbox number of digits allowed

    In a userform, I have a textbox to fill with exactly 9 digits. After that, I'm supposed to press a button. That button must meet the condition mentioned in the beginning of this post. Thanks

  2. #2
    VBAX Guru Kenneth Hobs's Avatar
    Joined
    Nov 2005
    Location
    Tecumseh, OK
    Posts
    4,956
    Location
    If Len(TextBox1)<>9 then ....

  3. #3
    Thanks, works smoothly!

  4. #4
    Ignore this response. Thanks again

Posting Permissions

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