Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default My "F2" function has been turned off, how do I turn it on?

I did something on my keyboard and disabled "F2". How do I turn it back on?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default My "F2" function has been turned off, how do I turn it on?

Try

ONKEY {F2}

in the VBIDE immediate window.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Sometimes I need assistance..." <Sometimes I need
wrote in message
...
I did something on my keyboard and disabled "F2". How do I turn it back
on?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,355
Default My "F2" function has been turned off, how do I turn it on?

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?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,311
Default My "F2" function has been turned off, how do I turn it on?

Try going to Tools-Options and then the Edit tab.
Make sure there is a check in 'Edit directly in cell'.

Even with that unchecked, the F2 function still works, but it places your
blinking cursor in the address bar and not the cell itself.

HTH,
Paul

"Sometimes I need assistance..." <Sometimes I need
wrote in message
...
I did something on my keyboard and disabled "F2". How do I turn it back
on?



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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?



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Text "comparison" operator for "contains" used in an "IF" Function Pawaso Excel Worksheet Functions 4 April 4th 23 11:35 AM
"general" cells turned into "accounting" - why and how to reverse Kolhoz Excel Worksheet Functions 1 January 17th 07 06:20 AM
Excel,how to turn off "send to" function when highlighting cells? DNAISH Excel Discussion (Misc queries) 4 September 6th 06 04:58 PM
"Turn "record macro" display on. greaseman Excel Discussion (Misc queries) 2 April 28th 06 05:58 PM
Macro to turn on "Track Changes" function John A Excel Discussion (Misc queries) 0 December 7th 05 05:31 PM


All times are GMT +1. The time now is 01:36 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"