-
[RESOLVED] [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
I have two identical (at least as far as I can tell!) spreadsheets. One is a copy of the other that I use to test out stuff before turning it live. In the test one, one it is locked the arrow keys work moving the cursor around the unlocked cells as I would expect. However, in the live version, the heavy black border around the active cell disappears and the up/down arrow keys do not work. Running one of the macros causes the black border to re-appear but does not return up/down functionality. Help, I'm stumped! :confused:
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
Quote:
...Running one of the macros causes the black border to re-appear but does not return up/down functionality...
I think I know where the problem lies but I need to see the sheet before I comment....
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
Sid to the rescue again :-)
How much detail do you need in the spreadsheet?
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
Things that I want to check is
1) How are you protecting the sheet (permissions allowed)
2) Check the VBA code
Guess I will have to see the complete sheet...
-
1 Attachment(s)
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
Here you go. I've taken out some of the info but that shouldn't effect the code etc. There's no protection on the sheet at the moment but I protected sheet and workbook, allowing filtering, hyperlinks and select unprotected cells.
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
Quote:
However, in the live version, the heavy black border around the active cell disappears and the up/down arrow keys do not work.
is this file the live version?
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
yes it is. or rather, it's a copy of it which I removed some data from.
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
Quote:
the heavy black border around the active cell disappears
Ok I have the file opened in front of me.... now which cell are we talking about?
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
Knowing my luck it's probably working properly for you. You normally get a black border around the active cell that you're working in. For us that seems to have vanished on this spreadsheet...
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
:D
what is your zoom %age? when you open the file?
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
100% as we're using 22" widescreen monitors
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
I can see the black borders... :confused:
Can you post a screenshot of what you see?
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
Hmm, to my embarassment, the black border has returned this morning (thankfully we're getting new machines soon!!!), but am still unable to arrow up and down; just left and right. Sorry for wasting your time.
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
Quote:
Sorry for wasting your time.
Don't blame your self for this ;)
I am always ready for a challenge :D
Quote:
but am still unable to arrow up and down; just left and right. Sorry for wasting your time.
Can you be more specific... which cell is highlighted when you press the up arrow key and down? Is scroll lock off?
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
ok wait... I understand.... give me a moment...
Ok Got it :D
When you are protecting the worksheet, also select the option "Select Locked cells" and then put the password...
now try it :)
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
I can now move the cursor around freely on a row but if I want to move to another row I have to click the mouse still; arrow keys still not working.
-
1 Attachment(s)
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
I can move the arrow key anywhere I want...
Did you do what I suggested in my last post.
See snapshot attached...
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
Have now done this and it works. However, the two files are now not consistent with each other as this box is only ticked in the one file. In my non-working copy you can only move around, in all directions, the unlocked cells.
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
So set it in that as well... Or am I missing a point?
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
Sort of. Why do I need to set it in one but not the other for it to work properly?
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
Okay can you upload the other file as well.... you can remove the data that it has but don't make anyother changes...
let me compare it manually...
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
Won't be able to upload it till Monday if that's ok?
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
yeah sure no probs... at least one problem is solved :)
-
1 Attachment(s)
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
Here you go. If you put the protection on for worksheet and workbook hopefully you'll see what I mean. You can arrow across as well as up and down. In addition, if you arrow as far as you can go on one line it will move the cursor to the next line in that direction. None of this happens on the first example I sent you.
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
I just tried it an it works just fine... Refer to post 17. ensure that you select the 1st option....
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
I know the last one works ok. What I can't work out is why the original one won't work the same way unless I change the protection settings.
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
Because the protection settings are preventing it from behaving in the desired manner...
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
I don't think I'm explaining myself properly. The only way I can get both spreadsheets to work the way I want is to alter the settings on one of them; I should be able to use the same settings for both. It's not the end of the world, just annoying that I can't figure out why :-)
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
Probably I am not able to understand what you want..
lets start from the basics...
From what I understand, you don't want to change the settings but you want the files to behave similar to each other? Am I correct?
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
Yes, that's right. I shouldn't have to change the settings as essentially they are the same file with the possible exception that one has more records in it.
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
But that is not possible as you are issuing different instructions to excel... Excel will do only what you tell it to do...
-
Re: [Excel] Help! Up and down arrow keys aren't working in locked spreadsheet
I know it shouldn't be possible but that's what is happening, hence why I'm so confused by it :-)
Just to humour me, try setting the first spreadsheet settings to the same as the second one and see what happens.