Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
 
Posts: n/a
Default Transition Navigation Keys

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   Report Post  
bj
 
Posts: n/a
Default

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   Report Post  
Dave Peterson
 
Posts: n/a
Default

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
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
Enter, tab, arrow keys aren't allowing me to move to other cells Greg Excel Discussion (Misc queries) 6 May 25th 05 03:20 PM
How so I navigate in Excel with arrow keys? octobais9 Excel Discussion (Misc queries) 1 May 5th 05 08:51 PM
Arrow keys Kim Excel Discussion (Misc queries) 2 March 21st 05 10:02 PM
Cursor Keys does not change cell focus Skypilot Excel Discussion (Misc queries) 3 February 24th 05 08:13 AM
How to make [toggling] shortcut keys to superscript and subscript, respectively? Mann Lee Excel Discussion (Misc queries) 8 December 13th 04 02:50 PM


All times are GMT +1. The time now is 07:39 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"