View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] ndell1@yahoo.com is offline
external usenet poster
 
Posts: 1
Default application.onkey doesn't work within a cell

Hi,

I've set Application.OnKey "{F12}", "" in my workbook's open method.

It disables the F12 key fine, until I double-click a cell to edit
directly in a cell. F12 becomes functional at that point.

Any suggestions on disabling a key whilst directly editing a cell?

Thanks.