Thread: Disallow Paste
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson[_4_] Jim Thomlinson[_4_] is offline
external usenet poster
 
Posts: 1,119
Default Disallow Paste

Running any macro will clear out the clipboard so just add a selection change
macro (nothing in ithe macro) to the sheet and paste will not work.
--
HTH...

Jim Thomlinson


"Steph" wrote:

Hello. Can someone help with not allowing the user to 'Paste'? I know
there are many many ways to Paste, but I was looking at "greying out" the
following ways to Paste via Open Workbook Event:
1. Edit -Paste
2. Right Click -Paste
3. Ctrl V

Thanks in advance for your help!