View Single Post
  #1   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
John[_47_] John[_47_] is offline
external usenet poster
 
Posts: 1
Default F4 Repeat Default Restate

Currently to disable the F4 key we use the code
Application.OnKey "{F4}", ""


To set the default back for F4 should be
Application.OnKey "{F4}"

The problem with this is that before disabling the F4 key this is used for
the "Repeat" the previous action. When we reset the default this does not
get set back. Can anyone direct me on this.

JJ