I have two dependent drop down lists in B11 and C11. I am trying to clear C11 (Learning Marks) whenever B11 (Subject) changes.
I've also tried the following code on a WorksheetSelection_Change event to no avail....CHGLIST.xlsm
Any help is appreciated.
Sorry for not complying with the posting rulesPrivate Sub Worksheet_Change(ByVal Target As Range) If Intersect(Target, Range("B11")) Is Nothing Then Exit Sub Range("c11").ClearContents End Sub- won't happen again!
Ambassador777
Last edited by Ambassador777; 02-04-2012 at 11:46 AM. Reason: Post solved
The macro you posted above is correct and works in your workbook.
The macro in the sample workbook is NOT that macro and it will not work. Use the macro you posted above.
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
“None of us is as good as all of us” - Ray Kroc
“Actually, I *am* a rocket scientist.” - JB (little ones count!)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks