How do i make this macro faster?
Windows("THe").Activate Sheets("The2").Select
Range("H8").Select
ActiveCell.FormulaR1C1 = _
"=SUMIFS('Google'!C8,'Googe'!C1,RC21,'Google'!C5,RC1)"
Range("H8").Select
Selection.Copy
Range(Selection, Selection.End(xlDown)).Select
ActiveSheet.Paste