Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 107
Default The "F1-12" buttons have been disabled in excel. How to repair ?

The "F1-12" buttons have been disabled in excel. How to restore default
settings
?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6,582
Default The "F1-12" buttons have been disabled in excel. How to repair ?

Reset the keys to their default settings using this VBA syntax:

Application.OnKey "{F1}"

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Thomas" wrote in message
...
The "F1-12" buttons have been disabled in excel. How to restore default
settings
?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 107
Default The "F1-12" buttons have been disabled in excel. How to repair


Thanks for your help, but how do I reset default settings ? Dop I have to
open the VBA interfeace in an Excel workbook and then type the syntax ??

Thomas


"Jon Peltier" wrote:

Reset the keys to their default settings using this VBA syntax:

Application.OnKey "{F1}"

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Thomas" wrote in message
...
The "F1-12" buttons have been disabled in excel. How to restore default
settings
?




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default The "F1-12" buttons have been disabled in excel. How to repair

You sure you don't have one of those keyboards with the F-Lock key?

Hard to envision that all your Fn keys would be disabled by Excel.


Gord Dibben MS Excel MVP

On Mon, 31 Mar 2008 01:41:02 -0700, Thomas
wrote:


Thanks for your help, but how do I reset default settings ? Dop I have to
open the VBA interfeace in an Excel workbook and then type the syntax ??

Thomas


"Jon Peltier" wrote:

Reset the keys to their default settings using this VBA syntax:

Application.OnKey "{F1}"

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Thomas" wrote in message
...
The "F1-12" buttons have been disabled in excel. How to restore default
settings
?





  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6,582
Default The "F1-12" buttons have been disabled in excel. How to repair

Check out the F-Lock annoyance that Gord describes. On these keyboards, the
F keys by default don't do what you think they should. Another brilliant
advance in the science of usability.

If that isn't it, then in Excel, press Alt+F11 to open the VB Editor. Then
press Ctrl+G to open the Immediate Window. Type this line in the Immediate
Window and press Enter:

Application.OnKey "{F1}"

Go to Excel and see if F1 does anything. If it's fixed, go back to the VB
Editor and repeat the above for F2 through F12.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
You sure you don't have one of those keyboards with the F-Lock key?

Hard to envision that all your Fn keys would be disabled by Excel.


Gord Dibben MS Excel MVP

On Mon, 31 Mar 2008 01:41:02 -0700, Thomas

wrote:


Thanks for your help, but how do I reset default settings ? Dop I have to
open the VBA interfeace in an Excel workbook and then type the syntax ??

Thomas


"Jon Peltier" wrote:

Reset the keys to their default settings using this VBA syntax:

Application.OnKey "{F1}"

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Thomas" wrote in message
...
The "F1-12" buttons have been disabled in excel. How to restore
default
settings
?








  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 107
Default The "F1-12" buttons have been disabled in excel. How to repair


Thanks for your help. However I still havent solved the issue. I can open
the VBA interface and the immediate window and have typed the code, but it
doesnt seem to help ? Im using Excel 2007 version.

Im using a docking station for a laptop, but with an additional Logitech
keyboard. The Fn key is on the laptop but I cant find it on the Logitech
keyboard. Weird thing is that F keys works normally when using the laptop
keyboard, but not when using the Logitech?

Thomas


"Jon Peltier" wrote:

Check out the F-Lock annoyance that Gord describes. On these keyboards, the
F keys by default don't do what you think they should. Another brilliant
advance in the science of usability.

If that isn't it, then in Excel, press Alt+F11 to open the VB Editor. Then
press Ctrl+G to open the Immediate Window. Type this line in the Immediate
Window and press Enter:

Application.OnKey "{F1}"

Go to Excel and see if F1 does anything. If it's fixed, go back to the VB
Editor and repeat the above for F2 through F12.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
You sure you don't have one of those keyboards with the F-Lock key?

Hard to envision that all your Fn keys would be disabled by Excel.


Gord Dibben MS Excel MVP

On Mon, 31 Mar 2008 01:41:02 -0700, Thomas

wrote:


Thanks for your help, but how do I reset default settings ? Dop I have to
open the VBA interfeace in an Excel workbook and then type the syntax ??

Thomas


"Jon Peltier" wrote:

Reset the keys to their default settings using this VBA syntax:

Application.OnKey "{F1}"

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Thomas" wrote in message
...
The "F1-12" buttons have been disabled in excel. How to restore
default
settings
?







  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default The "F1-12" buttons have been disabled in excel. How to repair ?

Have you got one of those keyboards with the F-Lock

Punch it once to toogle on or off...........I forget which is which.


Gord Dibben MS Excel MVP

On Tue, 25 Mar 2008 08:38:03 -0700, Thomas
wrote:

The "F1-12" buttons have been disabled in excel. How to restore default
settings
?


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
"Sort" in Excel 2007 disabled--why? BillK62 Excel Discussion (Misc queries) 4 April 5th 23 01:10 PM
problem getting "detect and repair" to work in Excel 2003 ms Excel Discussion (Misc queries) 4 February 4th 10 02:39 AM
Excel needs multiple "Fill color" buttons for faster coloring. SC0718 Setting up and Configuration of Excel 1 May 23rd 07 01:37 PM
Shortcut key for "Paste Options" and "Error Checking" buttons? johndog Excel Discussion (Misc queries) 1 October 6th 06 11:56 AM
Excel: can "go to adjacent empty cell" double-click be disabled? dgg2006 Excel Discussion (Misc queries) 1 April 8th 06 04:51 AM


All times are GMT +1. The time now is 07:27 PM.

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"