• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. A

    VBA to protect copy/paste in excel for cells having data validation

    Hi I am new to macros. I have written the following code to prevent anyone from copy/pasting the values to validated cell which is activated whenever the selection changes in the worksheet. Sub DisablePaste() Dim X As Variant On Error Resume Next X = ActiveCell.Validation.Type If Not...
Back
Top