Hi,
I have a workbook that will be open to multi users. I have a lot of data validation and formatting etc that I want to retain. I have therefore added the following coding so the user can't delete any data validation and formatting.
http://www.vbaexpress.com/kb/getarticle.php?kb_id=373
I will also add in code to this so they can't fill down and fill right at some point!
The problem is, is that the users will sometimes probably want to paste quite a sizeable amount of data (from another source) into it rather than type each entry one at a time.
The best way i could think to do this would be to add a button with the following code, which forces pastevalues.
The trouble is, is that as soon as I Activate my workbook to paste entries from another source it knocks of the cutcopymode off and so it doesn't work.![]()
Please Login or Register to view this content.
I presume somewhere in the code in the link I provided the CutCopyMode goes to false.
Can anyone please help or think of an alternative?
Many Thanks
Paul
Bookmarks