+ Reply to Thread
Results 1 to 2 of 2

Reset (Clear Out) ComboBox on UF

Hybrid View

  1. #1
    Registered User
    Join Date
    04-28-2012
    Location
    Charlotte, NC
    MS-Off Ver
    Excel 2003, 07 & 10, 16
    Posts
    26

    Reset (Clear Out) ComboBox on UF

    Hi - I've got a UF with a couple of Comboboxes.
    Combobox2 is dependent upon the value of dropdown in Combobox1.
    For example; combobox1 has "AFC"; "NFC" in the dropdown. Combobox2 will have a drop down of all the teams in either the AFC or NCF selected in Combobox1.

    Here is my problem, everything works fine on the UF, however, when I re-run the UF the next time, the team in Combobox2 is still appearing.
    I have the following code:

    Private Sub UserForm_Initialize()
    CB_1.ListIndex = -1
    CB_1.Value = ""
    CB_1.Text = ""
    End Sub

    None of these lines are working to clear out Combobox2. (Interestingly enough, if I exit out of the UF and re-run the UF, then Combobox2 is empty).

    If looked online and everything indicates that ListIndex = -1 should work, but it isn't.
    Anything I am missing?

    thanks,
    GRC

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Reset (Clear Out) ComboBox on UF

    Hi,

    Can we imply that references to CB_1 means combobox 1 and that combobox 2 would have a VBA code name CB_2?
    In which case you need to use
    CB_2.Value = ""
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Clear multiple cells when a dropdown is changed and reset to today's date
    By GregHorn27 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-20-2015, 10:37 AM
  2. Clear/Reset Dependent ComboBox
    By VJOSHI in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-09-2014, 10:07 AM
  3. [SOLVED] Reset/clear variable completely - Comment problem
    By atomicsp in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-18-2013, 05:43 AM
  4. [SOLVED] Reset ComboBox After Making A Selection
    By Liz3nz in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-08-2013, 02:14 PM
  5. Code to reset combobox dependant on another combobox
    By j.farr3ll in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 09-08-2011, 08:21 AM
  6. How to reset all combobox ant textbox with one command?
    By cshm in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 05-28-2008, 11:31 AM
  7. [SOLVED] How Do I Install a Reset or Clear Function
    By CC in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-10-2005, 07:06 PM

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