Good day
Please assist with the below
I did a lot of research and found the below code that works , I only need all the cells with formulas protected and everything else to work
Sub Lock_Formulas()
ActiveSheet.Protect "pass", True, True
With ActiveSheet
.Protect EnableOutlining =...