Results 1 to 6 of 6

upper case for many textbox

Threaded View

eg_ckhad upper case for many textbox 06-14-2008, 12:34 AM
Leith Ross Hello eg_ckhad, Yes, you... 06-14-2008, 01:10 AM
royUK eg_ckhad Please read the... 06-14-2008, 02:43 AM
eg_ckhad Hi royUK, Yes. I am... 06-26-2008, 05:28 AM
dominicb Good morning eg_ckhad What... 06-26-2008, 06:33 AM
royUK As Dominic suggests you can... 06-26-2008, 06:56 AM
  1. #1
    Registered User
    Join Date
    06-06-2008
    Posts
    15

    upper case for many textbox

    Hi,

    There are 300 textbox in the form. I want all text should be in upper case.

    I know that I can make it using the following code. But there is any way so that I do not need to repeat the code 300 times ?? Thanks in advance.
    Private Sub TextBox1_Change() 
        TextBox1 = UCase(TextBox1) 
    End Sub
    eg_ckhad
    Last edited by royUK; 06-14-2008 at 02:38 AM.

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