Thread: onkey
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default onkey

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
.