Hello. Why does this code not work?

Range("C29").Select
    Selection.Formula = "=C12*C3"
    Selection.AutoFill Destination:=Range("C29:O35"), Type:=xlFillDefault