View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Odd behavior on Ctrl-Page Down

ctrl-pagedown wasn't affected by this setting for me in xl2003--but maybe you
hit a different key...

Just in case, I'd look at a Lotus 123 transition setting.

In xl2003 menus:
tools|options|transition tab
Uncheck Transition navigation keys

(I'd uncheck all those settings if I were you.)

If that setting was not checked, then this answer is completely wrong.

My next suggestion would be to verify that it's really ctrl-pagedown that's
causing the trouble.

If it is, then I'd look for a macro that's doing something.

You could open excel in safe mode:
close excel
windows start button|run
type
excel /safe
and hit enter

Open your workbook and test it.

If the keystroke works ok, it could be a macro. (Macros are disabled in safe
mode.)

Eric_in_EVV wrote:

Why would Ctrl-Page Down not take me to the next tab in a worksheet ? In
this particular file the Ctrl-Page Down takes me to the next tab except for
when I hit one particular tab...then Ctrl-Page Down effectively shifts the
columns displayed by one screen width. Any ideas ?

Thanks !


--

Dave Peterson