The loop was my entire problem. I fixed it be using this instead:

With Application.ActiveSheet
rngSecond.Formula = rngFirst.Formula
End With

Simple, clean and this tiny macro now helps wonders in my toolbar.