Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 } |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cannot navigate between cells using arrow keys | Excel Discussion (Misc queries) | |||
How to navigate with arrow keys in Excel 2007? Tried Scroll Lock! | Excel Discussion (Misc queries) | |||
How so I navigate in Excel with arrow keys? | Excel Discussion (Misc queries) | |||
How so I navigate in Excel with arrow keys? | Excel Discussion (Misc queries) | |||
I can't navigate my sheet with my arrow keys. suggestions? | Excel Discussion (Misc queries) |