Results 1 to 7 of 7

Combo DropDown List is moving after text selection

Threaded View

  1. #1
    Forum Contributor
    Join Date
    05-22-2015
    Location
    Malaysia
    MS-Off Ver
    MS365
    Posts
    225

    Combo DropDown List is moving after text selection

    Hi,

    I am new to VBA. I am trying to have suggested name in combobox. After the name selection, it kept moving in all the sheets. Below are the VBA codes.
    I added the ComboBox1_Close() to avoide this but still not working. Please refer to attachment.

    Private Sub ComboBox1_Change()
    ComboBox1.ListFillRange = "DropDwnMemberList"
    Me.ComboBox1.DropDown
    End Sub

    Private Sub ComboBox1_Close()
    Me.ComboBox1.DropDown = ""
    End Sub

    Can anyone assist. Thank you.
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Make same selection for multiple drop down list and clear all for all dropdown list
    By salomip13 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-30-2014, 01:34 PM
  2. Cull dropdown list options based on selection in another dropdown
    By Kiffar in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-20-2012, 01:53 AM
  3. Replies: 0
    Last Post: 08-22-2012, 03:52 PM
  4. Dynamic dropdown list selection based on combo box
    By Lifeseeker in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-10-2012, 10:55 AM
  5. List Box selection based on combo box selection
    By MFA in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-09-2008, 10:19 AM
  6. combo box dropdown list
    By pczmut in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-29-2006, 10:15 AM
  7. Combo Box List Dropdown
    By HornJM in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-15-2006, 05:15 PM

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