View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default My "F2" function has been turned off, how do I turn it on?

All functions keys?

Do you have one of those keyboards with the F Lock toggle key?

If so, change the mode.


Gord Dibben MS Excel MVP

On Fri, 11 May 2007 07:47:00 -0700, Sometimes I need assistance...
m wrote:

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?