Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1110557
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T02:24:55+00:00 2026-05-17T02:24:55+00:00

I created a dropdown by dragging the combo box onto my sheet from the

  • 0

I created a dropdown by dragging the combo box onto my sheet from the UserForm toolbar. I assigned some values to it from some cells in the book. Now I want some VBA code to access the selected dropdown item’s value in the form of a string.

My dropdown contains only text.

Also how do I find the name of this newly created dropdown (it’s nowhere in the properties!)?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T02:24:55+00:00Added an answer on May 17, 2026 at 2:24 am
    Dim dd As DropDown
    Set dd = ActiveSheet.DropDowns("Drop Down 6") 
    Set r = Sheet2.Range(dd.ListFillRange)
    
    Set ddValue = r(dd.Value)
    

    NOTES:

    • DropDown is not a visible class. You
      just use it and it works.

    • To find the name of the dropdown
      CONTROL (not userform) just look at
      the name box in the top left corner of your screen just above column A.
      It says the name of the control when
      you right click on your control.-

    • Sheet2 is where the dropdown list is
      populated. So wherever your list data
      is.

      Hope that helps you all.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've inherited a website developed using Struts 1.2 that I need to make some
I am creating an Item in my dropdown to go to an application page
I created a custom UserControl that functions much like a numbericUpDown but with various
I have a dropdown which must populate several other dropdowns depending on the option
I have an already created DataTable object which i am using for my girdview
I have created a custom view by extending AutoCompleteTextView (with a specialized function called
Background: On a recent website, I'm using a jQuery driven dropdown menu in addition
In the past, I have populated GridView's with 'manually created' data sources in the
I have to develop a small application for school and I first designed in
I have the following code in a word 2007 macro where I populate a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.