+ Reply to Thread
Results 1 to 3 of 3

Populated problem in combobox UserForm Excel

Hybrid View

herukuncahyono Populated problem in combobox... 03-22-2009, 08:42 PM
protonLeah Re: Populated problem in... 03-23-2009, 12:49 AM
herukuncahyono Re: Populated problem in... 03-23-2009, 01:01 AM
  1. #1
    Forum Contributor
    Join Date
    03-11-2009
    Location
    Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    252

    Populated problem in combobox UserForm Excel

    Hi, I have more problem when work with three combobox, will you find me the code to solve this problem please

    herukunchyono
    Attached Files Attached Files
    Last edited by herukuncahyono; 03-23-2009 at 05:04 AM.

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    Win10/MSO2016
    Posts
    12,965

    Re: Populated problem in combobox UserForm Excel

    O.k.:
    With Me
        Rw = .ComboBox2.ListIndex + 2
        If .ComboBox2.RowSource = "data!A4:B6" Then Rw = .ComboBox2.ListIndex + 4
        
        .TextBox1.Value = ws.Cells(Rw, 2).Value
    End With
    Ben Van Johnson

  3. #3
    Forum Contributor
    Join Date
    03-11-2009
    Location
    Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    252

    Re: Populated problem in combobox UserForm Excel

    Perfect..... thanks protonLeah..for the solution...

+ Reply to Thread

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