+ Reply to Thread
Results 1 to 6 of 6

Code to minimize Excel 2007 ribbon

  1. #1
    Registered User
    Join Date
    02-12-2009
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2007
    Posts
    32

    Code to minimize Excel 2007 ribbon

    Hi,

    I would like to be able to automatically minimize the Excel 2007 ribbon on opening a particular workbook. My preference is to be able to apply that minimization to certain worksheets only, but if that's not possible then minimizing the ribbons on all sheets in the workbook will be ok.

    Any assistance with a code to do this will be appreciated.

    Will I also need a BeforeClose code as well to reinstate the ribbon so that it is visible when opening subsequent workbooks?
    Last edited by glenin; 02-23-2009 at 12:02 AM.

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887

    Re: Code to minimize Excel 2007 ribbon

    Hi Glenin,

    In the workbook's Open and BeforeClose events, you could use:
    Please Login or Register  to view this content.
    This simulates the user pressing CTRL+F1. (Once hides the ribbon, twice shows it again.)

  3. #3
    Registered User
    Join Date
    02-12-2009
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2007
    Posts
    32

    Re: Code to minimize Excel 2007 ribbon

    Thanks PJoaquin,

    I think be setting this up wrong (I'm quite new to vba) because I pasted the code as below to the workbook open and beforeclose subs but there's no effect on the ribbon, although the code lines to hide and unhide the formula bar and disable the "Do you want to save changes ...?" message work ok.

    Please Login or Register  to view this content.
    What am I doing wrong?

  4. #4
    Registered User
    Join Date
    02-12-2009
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2007
    Posts
    32

    Re: Code to minimize Excel 2007 ribbon

    Hi again PJoaquin,

    Disregard last post - your code is working fine. Not sure what I was doing wrong first time around, but after closing & reopening excel the hide/unhide routine worked perfectly.

    Thanks for your help.

    Regards.

  5. #5
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887

    Re: Code to minimize Excel 2007 ribbon

    Unfortunately, SendKeys does not always work as planned. Another option would be to use:
    Please Login or Register  to view this content.
    This will completely hide the ribbon, ribbon tabs and Quick Access Toolbar though. Setting the last argument to True will un-hide everything.

    Will that suffice?

  6. #6
    Registered User
    Join Date
    02-12-2009
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2007
    Posts
    32

    Re: Code to minimize Excel 2007 ribbon

    Thanks again.

    Your latest suggestion cetainly clears out the top section of the worksheet (which is what I want to achieve) and would be just perfect if I could somehow retain the quick access toolbar. Is it too much to hope for some sort of "Display Quick Access Bar = True" code which will show the quick access bar? (I'm basing this ask on the observation that if I put the DisplayFormulaBar = True line in my test code below your latest code line the formula bar remains visible).

    You're probably already on to it, but I think I've worked out why your earlier suggestion appeared not to work. It seems to be dependent on the last state of the ribbon - in other words if the ribbon was visible prior to opening a workbook with the key-stroke simulation code line the ribbon would be minimized, but if excel already had the ribbom minimized the key-stroke simulation code would unhide the ribbon. Am I on the mark?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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