Results 1 to 2 of 2
  1. #1
    George is offline Competent Performer
    Windows 7 64bit Access 2013 64bit
    Join Date
    Feb 2012
    Posts
    295

    Hiding Ribbons

    Good Day All,



    I would like my Autoexec macro to hide the ribbon on loading.

    Can anyone assist with this problem?

  2. #2
    jwhite is offline Competent Performer
    Windows 10 Access 2013 32bit
    Join Date
    Dec 2012
    Location
    North Carolina
    Posts
    349
    Create a function with this in it, perhaps named "StartUp" and call the function from the autoexec macro:

    DoCmd.ShowToolbar "Ribbon", acToolbarNo

    To show it again:

    DoCmd.ShowToolbar "Ribbon", acToolbarYes

    You can add other startup code to StartUp if needed.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Custom Ribbons and the Tab
    By MrDummy in forum Access
    Replies: 2
    Last Post: 06-03-2016, 09:50 PM
  2. Making and Using Customized Ribbons
    By ebrommhead in forum Programming
    Replies: 1
    Last Post: 04-05-2013, 01:00 PM
  3. Replies: 6
    Last Post: 10-26-2012, 09:28 AM
  4. Creating Custom Ribbons
    By disco_stu in forum Access
    Replies: 1
    Last Post: 07-13-2010, 06:10 PM
  5. Access 2007 - Hide Ribbons
    By FPeteE in forum Access
    Replies: 1
    Last Post: 11-17-2009, 03:55 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums