LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Can't use Arrow or Tabs keys to navigate ??

I have a situation with a protected spreadsheet where one particular user is
unable to use the Arrow or Tab key to navigate, whereas on my own PC the
Arrow and Tab keys work fine.

= Any suggestions what could be the problem and how to fix it?

The sheet has only one macro as follows; its purpose is to protect the cells
while still allowing the outline [+] and [-] buttons to function:

Private Sub Workbook_Open()
With Sheet1
.Protect UserInterfaceOnly:=True
.EnableOutlining = True
.Outline.ShowLevels RowLevels:=1
End With
End Sub

{ Note: it may or may not be relevant, but the user is in Belgium, so most
likely he is using a foreign language version of Excel and/or Windows }


 
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
Cannot navigate between cells using arrow keys Jim Gardner Excel Discussion (Misc queries) 2 November 20th 09 03:53 PM
How to navigate with arrow keys in Excel 2007? Tried Scroll Lock! Yvette Marie Excel Discussion (Misc queries) 4 January 6th 09 08:18 AM
How so I navigate in Excel with arrow keys? octobais9 Excel Discussion (Misc queries) 1 May 5th 05 08:01 PM
How so I navigate in Excel with arrow keys? octobais9 Excel Discussion (Misc queries) 1 May 5th 05 07:51 PM
I can't navigate my sheet with my arrow keys. suggestions? Mark Excel Discussion (Misc queries) 1 May 2nd 05 08:45 PM


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