Hey, Sorry for the late reply.
Sheets ("new way"). Select
Activesheet.unprotect
Range ("a12"). Select
Range ("a12: ah112). Select
Selection.Copy
activesheet.protect
Sheets ("new map"). Select
Activesheet.unprotect
Range ("a12"). Select
Selection.PasteSpecial Paste: = xlPasteValues, Operation: = xlNone, _ SkipBlanks
: = False, Transpose: = False
Application.CutCopyMode = False
Range ("a12"). Select
Activevsheet.protect
End Sub
You would insert them like this, after you have selected the sheet and before you select another sheet.
Bookmarks