R
rob nobel
I'm using the following code to replace the formula with their value .
ActiveCell.Offset(0, -6).Resize(1, 2).Value = _
ActiveCell.Offset(0, -6).Resize(1, 2).Value
How can I incorporate this code or something similar to lock those same
cells?
Rob
ActiveCell.Offset(0, -6).Resize(1, 2).Value = _
ActiveCell.Offset(0, -6).Resize(1, 2).Value
How can I incorporate this code or something similar to lock those same
cells?
Rob