Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Can you disable a control c (copy) or control D (fill) with something like... Application.OnKey "^D", "" The above doesn't seem to work. peter |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Thanks anyway, I figured it out. The letter must be lower case. thanks again peter -----Original Message----- Hi, Can you disable a control c (copy) or control D (fill) with something like... Application.OnKey "^D", "" The above doesn't seem to work. peter . |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try
Application.OnKey "^d", "" In article , "peter" wrote: Hi, Can you disable a control c (copy) or control D (fill) with something like... Application.OnKey "^D", "" The above doesn't seem to work. peter |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
onkey method | Excel Discussion (Misc queries) | |||
Onkey vs Macro Short cut key | Excel Discussion (Misc queries) | |||
Onkey Method | Excel Programming | |||
Onkey Error | Excel Programming | |||
Onkey | Excel Programming |