View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sometimes I need assistance...[_2_] Sometimes I need assistance...[_2_] is offline
external usenet poster
 
Posts: 1
Default My "F2" function has been turned off, how do I turn it on?

Thank you for the reply but, it is actually all my function keys I turned off.
It should be something simple like 'ctrl' 'alt' 'some other key'

Any ideas?

"Barb Reinhardt" wrote:

You may have something in code for a workbook you are using that turns it
off. To turn it on, you can do the following, but this is no guarantee that
it won't be turned back off by other code:

Alt F11
CTRL G

Enter this in the IMMEDIATE window.

Application.OnKey "{f2}"

"Sometimes I need assistance..." wrote:

I did something on my keyboard and disabled "F2". How do I turn it back on?