Why not use the selection change event. It the TARGET has data validation
application.CutCopyMode = False

Signature
regards,
Tom Ogilvy
> I have created data validations sheet and want to protect from getting
> spoiled through cut, paste, clear, etc. I have written following code but
[quoted text clipped - 16 lines]
> End With
> End Sub
Asif - 27 Sep 2007 17:09 GMT
Hi Tom,
Thank you for your response. I want to disable these editings for a
particular worksheet only and re-enable it when the worksheet is de-activate.
In addition, if I have to use changeselection event, then I will have to name
many ranges as well.

Signature
Thanx & regards,
Asif
> Why not use the selection change event. It the TARGET has data validation
>
[quoted text clipped - 20 lines]
> > End With
> > End Sub