CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2005
    Posts
    23

    textbox length shuld be maximum 50 characters usng vba

    hi
    can some1 pls tell me how to set the length of the textbox to maximum 50 characters using vba.

  2. #2
    Join Date
    Jan 2001
    Posts
    486

    Re: textbox length shuld be maximum 50 characters usng vba

    TextBox1.MaxLength = 50
    If kids were left to their own devices, would they ever come up with a thing like war?......The Wheel / Todd Rundgren

    Do canibals not eat clowns because they taste funny?

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

Featured