+ Reply to Thread
Results 1 to 3 of 3

Excel 2010 VBA – Combo Box Options– Clear cell/box in 2nd Combo when 1st Combo selected

Hybrid View

  1. #1
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Excel 2010 VBA – Combo Box Options– Clear cell/box in 2nd Combo when 1st Combo selecte

    Hi

    you need a simple macro.

    Change your definitions for Operations, Office and Maintenance to include row 2.
    You will need to go to formulas and select name manager.

    right click on your sheet name at the bottom of excel and select view code.

    Paste this code in the new window and close it.

    Thats it.

    
    Private Sub Worksheet_Change(ByVal Target As Range)
    If Target.Address = "$F$16" Then
    
    Range("O16").Value = ""
    End If
    
    End Sub

  2. #2
    Registered User
    Join Date
    09-07-2012
    Location
    Australia
    MS-Off Ver
    Excel 365
    Posts
    51

    Re: Excel 2010 VBA – Combo Box Options– Clear cell/box in 2nd Combo when 1st Combo selecte

    Hi Mehmetcik,

    You are a champ Thank you so much ... it worked

    Thank you so much for your quick response.

+ 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. Replies: 1
    Last Post: 04-07-2013, 03:40 AM
  2. Add combo list with user defined data in selected cell in Excel 2003
    By sakthivel.s in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-12-2009, 05:45 AM
  3. [SOLVED] In Excel I need to set up a combo box based on another combo box.
    By donna_ge in forum Excel General
    Replies: 2
    Last Post: 03-29-2006, 10:30 AM
  4. Cell options/combo box?
    By Paulymon in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-17-2006, 02:50 PM
  5. [SOLVED] Excel VBA Combo Box Populating dependent on other combo box choices
    By ikabodred in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-15-2006, 11:20 AM

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