Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi, I'm having problems with my TAB Key. I go to Tools- Options -
Transition Navigation Keys and uncheck it. However, everytime that I open Excel it is checked again. How can I change that once for all? tks |
#2
![]() |
|||
|
|||
![]()
check out "customize how Excel Opens" in the help section
" wrote: Hi, I'm having problems with my TAB Key. I go to Tools- Options - Transition Navigation Keys and uncheck it. However, everytime that I open Excel it is checked again. How can I change that once for all? tks |
#3
![]() |
|||
|
|||
![]()
I think that this is one of those settings that's stored in the windows
registry. If your changes aren't being saved, it may be worthwhile to talk to your IT folks to find out why you can't save to the registry. Maybe you're not an administrator for your pc (or you're logged on as a user who doesn't have those rights). But until you get it fixed, you could put a workbook in your XLStart folder. That means the workbook will open each time you start excel. The code could turn the setting off and close the workbook. Option Explicit Sub auto_open() Application.TransitionNavigKeys = False ThisWorkbook.Close savechanges:=False End Sub If you're new to macros, you may want to read David McRitchie's intro at: http://www.mvps.org/dmcritchie/excel/getstarted.htm wrote: Hi, I'm having problems with my TAB Key. I go to Tools- Options - Transition Navigation Keys and uncheck it. However, everytime that I open Excel it is checked again. How can I change that once for all? tks -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Enter, tab, arrow keys aren't allowing me to move to other cells | Excel Discussion (Misc queries) | |||
How so I navigate in Excel with arrow keys? | Excel Discussion (Misc queries) | |||
Arrow keys | Excel Discussion (Misc queries) | |||
Cursor Keys does not change cell focus | Excel Discussion (Misc queries) | |||
How to make [toggling] shortcut keys to superscript and subscript, respectively? | Excel Discussion (Misc queries) |