+ Reply to Thread
Results 1 to 2 of 2

Close/Disable help panel

  1. #1
    Registered User
    Join Date
    02-23-2015
    Location
    Campbell, CA
    MS-Off Ver
    2003
    Posts
    1

    Close/Disable help panel

    I'm constantly accidentally hitting F1 instead of F2, and annoyingly, F1 brings up the stupid help panel along the right side of the screen. Anyone know a quick keyboard shortcut to close it? Would be really nice if hitting F1 again did that. Or even better, if there's a way to disable it, that'd be awesome.

    Maybe I'll just put some tape over the F1 key.

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Close/Disable help panel

    From Microsoft

    For one workbook solution:
    Press Alt+F11 to activate the Visual Basic Editor.
    Press Ctrl+G to activate the Immediate window.
    Type Application.OnKey "{F1}", ""
    Press Enter.

    Permanent solution:
    Press Alt+F11 to activate the Visual Basic Editor.
    Expand Personal.xlsb.
    Double-click the ThisWorkbook item under Personal.xlsb.
    Create the following code:
    Private Sub Workbook_Open()
    Application.OnKey "{F1}", ""
    End Sub

    Quit Excel, and answer Yes to the prompt to save changes to Personal.xlsb.
    Start Excel again.
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] how to close left side panel in excel
    By hkbhansali in forum Excel General
    Replies: 5
    Last Post: 12-25-2014, 09:35 AM
  2. vba code to disable only close button and close through a button in Excel workbook
    By atif_ar in forum Excel Programming / VBA / Macros
    Replies: 47
    Last Post: 11-23-2014, 02:41 PM
  3. VBA Code to Disable Excel Close button also disabling my Close Button
    By akynyemi in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-28-2013, 12:56 PM
  4. Disable close workbook but still force users to close thru command button
    By rathig in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-18-2013, 07:29 AM
  5. Disable Document Recover Panel?
    By oldradio99 in forum Excel General
    Replies: 0
    Last Post: 10-11-2012, 03:24 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1