I have a dropdown in C5 that has 12 choices. After someone selects a new item from the list (C5 changed), I would like a macro to run. I right clicked on the sheet ("Report") and input the following code:
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = "$c$5" Then...