+ Reply to Thread
Results 1 to 3 of 3

How To retrieve selected item value from Excel DropDown List using VBA

Hybrid View

  1. #1
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,968

    Re: How To retrieve selected item value from Excel DropDown List using VBA

    You can use:
    Sub TestB()
    With ActiveSheet.ListBoxes(Application.Caller)
       MsgBox .List(.ListIndex)
    End With
    End Sub
    Everyone who confuses correlation and causation ends up dead.

  2. #2
    Registered User
    Join Date
    10-24-2005
    Posts
    8

    Re: How To retrieve selected item value from Excel DropDown List using VBA

    Many thanks to Romperstomper
    my problem solved
    appriciate

+ 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