Hi Guys,
I need help to lock specific cells that contain Macros.
I've tried the following:-
Private Sub Worksheet_Change(ByVal Target As Range)
Dim MP_RowNumber, MP_ColNumber, MP_Row As Single
Dim YOURPASSWORD As Variant
YOURPASSWORD = ""
Worksheets("Main Working").Unprotect Password =...