Consulting

Results 1 to 5 of 5

Thread: Finding with userform

  1. #1

    Finding with userform

    Hi..
    I am new in VBA and vbaexpress..
    I have started studying excel just one week ago.
    In the attached file ı made two userform.
    For userform1;
    when i write student name it must be apear in the listbox and when i click it, his/her class and point must be apear in the testbox2 and testbox3.

    For userform2;
    when i write class and point, the student name must be apear in the testbox3..
    I learned using exel but i am very new for coding vba.. How can i write ths code?

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    What exactly are you asking to do, the forms just seem like a set of controls to me.

    You say write student name, class and point, but that means nothing to me in this context.
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  3. #3
    i want to search and find class and point belong to student name which i will write in the textbox1-userform1.
    ...... search and find student name which is owner of point and class in the textbox1 and texbox2-userform2..
    i need code that will make this search..
    Thanks...

  4. #4
    Is it OK if you change textbox with combobox?

  5. #5
    i don't know..

Posting Permissions

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