Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Steph
Start here http://www.rondebruin.com/menuid.htm -- Regards Ron de Bruin http://www.rondebruin.nl "Steph" wrote in message ... 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! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sweet! Thanks Ron!!
"Ron de Bruin" wrote in message ... Hi Steph Start here http://www.rondebruin.com/menuid.htm -- Regards Ron de Bruin http://www.rondebruin.nl "Steph" wrote in message ... 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! |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Disallow duplicates in different worksheets | Excel Discussion (Misc queries) | |||
Disallow cell entries | Excel Discussion (Misc queries) | |||
Disallow sorting of data. | Excel Programming | |||
need to disallow pasting into cells directly | Excel Programming | |||
Disallow Copy/Paste Worksheet | Excel Programming |