+ Reply to Thread
Results 1 to 3 of 3

Combobox: How to determine the location of the selected item if combobox has rowsource

  1. #1
    Registered User
    Join Date
    07-26-2012
    Location
    muzaffarabad ak
    MS-Off Ver
    Excel 2003
    Posts
    30

    Combobox: How to determine the location of the selected item if combobox has rowsource

    A B C D
    1 abc
    2 def
    3 ghi
    4 jkl
    5 mno

    i have linked rowsource of combobox with a1:a5
    now if i select an item. how can i edit column b for the selected range
    hope i described the problem properly

  2. #2
    Forum Expert Tinbendr's Avatar
    Join Date
    06-26-2012
    Location
    USA
    MS-Off Ver
    Office 2010
    Posts
    2,125

    Re: Combobox: How to determine the location of the selected item if combobox has rowsource

    cells(Me.Combobox1.ListIndex, 2).value = MyInput
    David
    (*) Reputation points appreciated.

  3. #3
    Registered User
    Join Date
    07-26-2012
    Location
    muzaffarabad ak
    MS-Off Ver
    Excel 2003
    Posts
    30

    Re: Combobox: How to determine the location of the selected item if combobox has rowsource

    it works
    thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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