This will work with ActiveSheet
Sub MakeValues()
    With Range("A2:E84")
        .Value = .Value
    End With
End Sub