Excelスプレッドシートで作業している(working on an Excel spreadsheet)場合、セル間を移動する最良の方法は、キーボードの矢印キーを使用することです。これらのキーを各方向に使用できるため、キーを1回押すだけで、あるセルから別のセルに簡単に移動できます。
これらの矢印キーがExcel(Excel)で機能しない場合があります。場合によっては、行の次のセルに移動する代わりに、次のワークシートに移動することもあります。この動作に不満がある場合は、おそらくそれを修正する方法を知りたいと思うでしょう。
Excelの問題で機能しない矢印キーの修正は、実際には思ったより簡単です。ほとんどの場合、キーを1回押すだけで、キーが実行すべきことを実行できます。
また、この記事に記載されているさまざまなソリューションを短くコンパクトなビデオで紹介しているYouTubeビデオ(YouTube video )も必ずご覧ください。
スクロールロックを無効にする(Disable Scroll Lock)
Excelで矢印キーが機能しない一般的な理由の1つは、コンピューターでスクロールロック機能を有効にしているためです。有効になっている限り、キーは本来の機能を果たしません。
キーボードを見ると、スクロールロックボタンのライトが点灯していることがわかります。これは、ロックが有効になっていることを示しています。矢印キーをアクティブにするには、ロックをオフにする必要があります。
上記の理由がコンピュータのExcelで矢印キーが機能しない理由である場合、それを修正するにはキーを押すだけです。
- キーボードのスクロールロック(scroll lock)ボタンを押すだけで、ロックが無効になります。
- キーボードのスクロールロックライトが点灯しなくなっていることがわかります。
オンスクリーンキーボードを使用して、ScrollLockをオフにします(Use The On-Screen Keyboard To Turn Off Scroll Lock)
同様に最新のキーボードを備えた最新のコンピューターを使用している場合は、キーボードにスクロールロックボタンがないことに気付くかもしれません。これは、ほとんどの最新の機器が、ほとんどのユーザーがボタンを使用しないと考えて、そのボタンを廃止したためです。
ただし、Windowsには、実際のキーボードには存在しないキーを使用するのに役立つオンスクリーンキーボードがあります。また、実際のキーボードが壊れ(when your real keyboard gets broken)たり、正常に機能しなくなったりした場合にも使用できます。
このオンスクリーンキーボードを使用して、スクロールロックをオフにすることができます。
- スタートメニュー(Start Menu)を開き、オンスクリーンキーボード(On-Screen Keyboard)を検索して起動します。開くはずです。
- キーボードの右側には、すべてのロックキーがあります。PCでスクロールロックを有効または無効にするのに役立つScrLkという名前のキーがあります。それをクリック(Click)すると、以前に有効になっていた場合はスクロールロックが無効になります。
MacでAppleScriptで動作しない矢印キーを修正(Fix Arrow Keys Not Working With An AppleScript On Mac)
Macキーボードには通常、スクロールロックボタンがないため、Macユーザーの場合、この機能を無効にするのはかなりの作業です。ただし、AppleScriptを使用してMacの(Mac)Excelで問題を修正できる回避策があります。
回避策は、 AppleScript(AppleScript)を作成し、マシンでExcelを使用するときに実行します。次に、 Excel(Excel)プログラムで矢印キーを機能させるために必要な処理を実行します。
AppleScriptを作成して実行するのは少し技術的に聞こえるかもしれませんが、実際には非常に簡単です。
- ランチパッド(Launchpad)をクリックし、テキストエディット(TextEdit)を検索して開きます。
- 上部の[ファイル(File)]メニューをクリックし、 [新規(New)作成]を選択して新しいドキュメントを作成します。
- 次のコードをコピーして、ドキュメントに貼り付けます。
set returnedItems to (display dialog "Press OK to send scroll lock keypress to Microsoft Excel or press Quit" with title "Excel Scroll-lock Fix" buttons {"Quit", "OK"} default button 2)
set buttonPressed to the button returned of returnedItems
if buttonPressed is "OK" then
tell application "Microsoft Excel"
activate
end tell
tell application "System Events"
key code 107 using {shift down}
end tell
activate
display dialog "Scroll Lock key sent to Microsoft Excel" with title "Mac Excel Scroll-lock Fix" buttons {"OK"}
end if
- Command + Sキーを押してファイルを保存します。
- ファイル名としてFixExcelKeys.applescript(FixExcelKeys.applescript)を入力し、保存します。
- Excelでスプレッドシートを起動します。
- (Double-click)新しく作成されたAppleScriptファイルを(AppleScript)ダブルクリックすると、問題が修正されます。
スティッキーキーを有効にする(Enable Sticky Keys)
ほとんどの場合、上記の方法で、Excelで機能しない矢印キーの問題を修正できます。ただし、運が悪かった場合は、もう少し試して、問題の解決に役立つかどうかを確認することをお勧めします。
これらの方法の1つは、Windowsコンピューターでスティッキーキー機能を有効にすることです。(enable the sticky keys feature on your Windows)Excelや矢印キーとは直接関係ありませんが、問題が解決するかどうかを確認するために切り替える価値があります。
- Cortana検索を使用してコントロールパネル(Control Panel)を検索し、起動します。
- アクセスのしやすさセンターを(Ease of Access Center)クリックします。
- [キーボードを使いやすくする]を(Make the keyboard easier to use)クリックします。
- [スティッキーキーをオンに(Turn on Sticky Keys)する]というオプションを有効にして、[ OK ]をクリックします。
アドインを無効にする(Disable Add-Ins)
アドインはExcelをさらに活用するのに役立ちますが、競合が発生する場合もあります。アドインがインストールされている場合は、それらを無効にして、矢印キーが機能し始めるかどうかを確認することをお勧めします。
Excelソフトウェアでアドインを無効にするのはかなり簡単です。
- コンピューターでExcel(Excel)を起動します。
- 上部の[ファイル(File)]メニューをクリックし、左側のサイドバーから[オプション]を選択します。(Options)
- 左側のサイドバーの[アドイン]を(Add-ins)クリックして、 Excelアドインの設定を表示します。
- ドロップダウンメニューから[ Excelアドイン(Excel Add-ins)]を選択し、[移動]をクリックします(Go)。
- すべて(Deselect)のアドインの選択を解除し、[ OK ]をクリックします。
- ドロップダウンメニューのすべてのオプションに対して上記の手順を実行して、すべてのアドインを無効にします。
Excelの問題で矢印キーが機能しない問題が解決されたことを願っています。もしそうなら、私たちはあなたのためにどのような方法がうまくいったか知りたいです。以下のコメントでお知らせください。
How To Fix Arrow Keys Not Working In Excel
When you’re working on an Excel spreadsheet, the best way to move between cells is to use the arrow keys on your keyboard. With these keys available for each direction, you can easily go from one cell to another with a single key-press.
Sometimes, it happens that these arrow keys do not work in Excel. In some cases, they even take you to the next worksheet instead of moving to the next cell in the line. If you’re frustrated by this behavior, you’ll probably want to find out how to fix it.
Fixing the arrow keys not working in Excel issue is actually easier than you think. In most cases, you’re just a single keystroke away from getting the keys to do what they should be doing.
Also, be sure to watch our YouTube video where we go through the different solutions mentioned in this article in a short and compact video.
Disable Scroll Lock
One of the common reasons why the arrow keys don’t work in Excel is because you’ve enabled the scroll lock feature on your computer. For as long as it remains enabled, the keys won’t do what they’re supposed to do.
If you take a look at your keyboard, you’ll find that the light for the scroll lock button is turned on. It indicates the lock is enabled, and you need to turn it off to activate the arrow keys.
If the above reason is why the arrow keys are not working in Excel on your computer, fixing it is just a matter of a key press.
- Simply press the scroll lock button on your keyboard and the lock will be disabled.
- You should find that the scroll lock light is no longer on on your keyboard.
Use The On-Screen Keyboard To Turn Off Scroll Lock
If you’re using a modern computer with an equally modern keyboard, you may notice that there’s no scroll lock button on your keyboard. It’s because most modern equipment has done away with that button thinking most users just won’t use it.
However, Windows has an on-screen keyboard available to help you use the keys that don’t exist on your actual keyboard. You can also use it on the occasions when your real keyboard gets broken or just won’t function normally.
You can use this on-screen keyboard to turn the scroll lock off.
- Open the Start Menu and search for and launch On-Screen Keyboard. It should open.
- On the right-hand side of the keyboard, you’ll find all the lock keys. There’ll be a key named ScrLk which should help you enable and disable scroll lock on your PC. Click on it and it’ll disable the scroll lock if it was enabled before.
Fix Arrow Keys Not Working With An AppleScript On Mac
Mac keyboards usually don’t have the scroll lock button on them and so disabling the feature is quite a task for you if you’re a Mac user. However, there’s a workaround that uses an AppleScript to let you fix the issue in Excel on your Mac.
The workaround creates an AppleScript and runs it when you use Excel on your machine. It then does what it needs to do to get the arrow keys to work in the Excel program.
Creating an AppleScript and executing it may sound a bit technical but it’s actually pretty easy to do.
- Click on Launchpad, search for TextEdit, and open it.
- Click on the File menu at the top and select New to create a new document.
- Copy the following code and paste it into your document.
set returnedItems to (display dialog "Press OK to send scroll lock keypress to Microsoft Excel or press Quit" with title "Excel Scroll-lock Fix" buttons {"Quit", "OK"} default button 2)
set buttonPressed to the button returned of returnedItems
if buttonPressed is "OK" then
tell application "Microsoft Excel"
activate
end tell
tell application "System Events"
key code 107 using {shift down}
end tell
activate
display dialog "Scroll Lock key sent to Microsoft Excel" with title "Mac Excel Scroll-lock Fix" buttons {"OK"}
end if
- Press the Command + S keys to save the file.
- Enter FixExcelKeys.applescript as the name of the file and save it.
- Launch your spreadsheet in Excel.
- Double-click on the newly created AppleScript file and it should fix the issue for you.
Enable Sticky Keys
In most cases, the above methods should fix the arrow keys not working in Excel issue for you. However, if you didn’t have any luck with them, you might want to try a few more and see if they help you resolve the problem.
One of these methods is to enable the sticky keys feature on your Windows computer. While it isn’t directly related to Excel or arrow keys, it’s worth toggling it to see if it fixes the issue for you.
- Search for Control Panel using Cortana search and launch it.
- Click on Ease of Access Center.
- Click on Make the keyboard easier to use.
- Enable the option that says Turn on Sticky Keys and click on OK.
Disable Add-Ins
Add-ins help you get more out of Excel but sometimes they can cause conflicts as well. If you have any add-ins installed, you may want to disable them and see if the arrow keys then start working.
It’s fairly easy to disable add-ins in the Excel software.
- Launch Excel on your computer.
- Click on the File menu at the top and select Options from the left sidebar.
- Click on Add-ins in the left sidebar to view your Excel add-ins settings.
- Select Excel Add-ins from the dropdown menu and click on Go.
- Deselect all the add-ins and click on OK.
- Do the above steps for every option in the dropdown menu so that all of your add-ins are disabled.
We hope your arrow keys not working in Excel issue is now resolved. And if so, we’d like to know what method worked for you. Let us know in the comments below.