Hello.
I have found some information on the following type of code:

Private Sub Worksheet_Change(ByVal Target As Range)
etc.
However, I do not understand it. I have a validated dropdown list on cell B3. I want Macro1 and Macro2 to run one after the other everytime I change the selection on my dropdown list.

Thanks!