Hi,
i want to prevent the user from doing Cut and Paste but to allow him to preform Copy and paste ( when they are doing Cut and Paste their getting Ref# error in formulas)
when i use this code it prevents also the Copy and Paste which is needed by user and it doesn't do the Ref error
Thanks!
i want to prevent the user from doing Cut and Paste but to allow him to preform Copy and paste ( when they are doing Cut and Paste their getting Ref# error in formulas)
when i use this code it prevents also the Copy and Paste which is needed by user and it doesn't do the Ref error
Code:
application.CutCopyMode=False
Thanks!
Last edited by a moderator: