Hi all, I would like a bit of VBA coding which will activate the following command

ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True _
        , AllowFiltering:=True, Password:="********"
if cell F17, H17 or J17 cells value change (which are controlled by a data validation drop down).

Your help is much appreciated