Hi there
I did a very simple Do Loop macro. Below is the code:
Sub reinstatesformulas()
Application.ScreenUpdating = False
Range("AA106").Select
Do
ActiveCell.Select
If ActiveCell = "No Entry" Then
ActiveCell.Offset(0, -23).Select
ActiveCell.FormulaR1C1 =...