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.
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks