+ Reply to Thread
Results 1 to 2 of 2

Clear cell contents when validation box is changed.

  1. #1
    Registered User
    Join Date
    04-02-2009
    Location
    Washington, USA
    MS-Off Ver
    Excel 2003
    Posts
    12

    Clear cell contents when validation box is changed.

    Cell M11 has a validation list inside of it. I would like to clear the contents of cell M12 when the validation list in M11 is changed. Can this be done? Any help is greatly appreciated, thanks!

  2. #2
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: Clear cell contents when validation box is changed.

    Yes, you can do it using the SheetChange event.

    If you open the VB Editor and double click on the ThisWorkbook item in the left hand pane, at the top of the code window there will be two drop-downs, select "Workbook" in the left-hand one and "SheetChange" in the right-hand one.

    This will create an empy sub for you, which you can fill as below:

    Please Login or Register  to view this content.

+ Reply to 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