I am trying to copy a range with formulas and paste back values only in the same range. I tried the statement below, but it replaces formulas with blanks. Attempting to do this action without actually selecting that sheet if possible. What would be the best way to accomplish this?
Worksheets("Previous Week Performance").Range("A4:AE1050").Value = Worksheets("Previous Week Performance").Range("A4:AE1050").Value
Thanks!
Worksheets("Previous Week Performance").Range("A4:AE1050").Value = Worksheets("Previous Week Performance").Range("A4:AE1050").Value
Thanks!