Results 1 to 12 of 12

text to display in textbox.

Threaded View

  1. #1
    Registered User
    Join Date
    01-12-2011
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    17

    text to display in textbox.

    Hi,

    Am very new to vba...I am trying to get some text to display in my textbox on a userform.

    The idea is to have 2 text boxes, one to show the number of records found in filtered selection and the 2nd to display the number of records overall...

    Before I started to think about that...I am just trying to get the textbox to display some text. I have called my textbox : txt_RecordsFound

    and have input the following code :

    Private Sub str_RecordsFound_Change()
    
    
    Me.txt_RecordsFound = jhkljlkj
    
    
    End Sub
    When I launch the form, the text box is empty!

    Appreciate any help you can provide..

    Thanks
    Last edited by royUK; 01-12-2011 at 08:06 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