Forum Discussion
jslabarge
Dec 07, 2018Copper Contributor
Excel Help Task Pane - Hotkey to close
Quite frequently, I press F1 instead of F2.
How can I close the Excel Help Task Pane without my hands leaving the keyboard?
Thanks.
- bilbobackendCopper Contributorthanks for this
- watermelonmint_Copper Contributorthis helped, thanks!
- TeriaserCopper Contributor
Escape?
- Haytham AmairahSilver Contributor
Hi,
The only effective way I found to do so is to use this macro:
Sub CloseHelpPane()
Application.CommandBars("Help").Visible = False
End SubIt's recommended to insert this macro into the Personal Macro Workbook.
Then add this macro to the Quick Access Toolbar so you can fire it using an Alt key shortcut.
Hope that helps
- snthCopper Contributor
Hi jslabarge ,
I had the same problem and posted my solution here: Keyboard shortcuts for moving between application and Task Panes in - Microsoft Community
tl;dr CTRL+SPACE