RESTRICT PASTE
I have a formula which I entered via Alt/F11 which restricts pasting on a
worksheet.
IPrivate Sub Worksheet_SelectionChange(ByVal Target As Range)
Application.CutCopyMode = False
End Sub
I'd like to edit that formula so that certain cells within the worksheet can
be copied and pasted, but not others.
Thanx
|