Closed Thread
Results 1 to 3 of 3

Active x Combo box in excel, need assistance please

  1. #1
    Registered User
    Join Date
    01-09-2012
    Location
    Earth
    MS-Off Ver
    Excel 2010
    Posts
    10

    Active x Combo box in excel, need assistance please

    Hi everyone;

    I have a spreadsheet in which I want to include drop downs to 2 columns.
    I got lucky and I was able to make the first combo box work, I have a pretty drop down and my values display on the first cell however I am unable to apply the same combo box to the other cells in that column.
    I posted what I had for the 1st combo box and I was advised to wrap my code, I do apologize but I am new to this and I do not know how to wrap it
    When I open Visual basic, under workbook open I have the following:

    Private Sub Workbook_open()

    With Sheet1.ComboBox1

    .AddItem "Open"
    .AddItem "Escalated"
    .AddItem "Closed"
    .AddItem "Closed/resolved"
    .AddItem "Closed/unresolved"

    End With

    End Sub


    Thank you!!!

  2. #2
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    Re: Active x Combo box in excel, need assistance please

    Hi sunshine8175
    Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code. Posting code without them makes your code hard to read and difficult to be copied for testing. Highlight your code and click the # at the top of your post window. For more information about these and other tags, found here
    If the solution helped please donate to RSPCA

    Site worth visiting: Rabbitohs

  3. #3
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Active x Combo box in excel, need assistance please

    Welcome to the Forum, unfortunately:

    This is a duplicate post and as such does not comply with Rule 5 of our forum rules. This thread will now be closed, you may continue in your other thread.

    Thread Closed.


    I suggest you actually read the Forum Rules
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

Closed 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