Results 1 to 2 of 2

Thread: VBA - Access 2007 Hide Ribbon

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2010
    Posts
    5

    Smile VBA - Access 2007 Hide Ribbon

    Hi,

    Please can anyone help with either the code or the registry key to allow me to hide the ribbon in Access 2007. I've searched the registry and found only the quick tool bar (which is not a problem) and all of the code related to hiding it, doesn't work.

    Many Thanks

    Crazy Kid

  2. #2

    Thread Starter
    New Member
    Join Date
    Mar 2010
    Posts
    5

    Re: VBA - Access 2007 Hide Ribbon

    As it turns out its a really easy answer.

    Code:
    DoCmd.ShowToolbar "Ribbon", acToolbarNo

    If put in the form load of your master form, the Office 12 ribbon will hide itself.

    I hope this helps others

Posting Permissions

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



Click Here to Expand Forum to Full Width