Results 1 to 3 of 3
  1. #1
    SunTop is offline Advanced Beginner
    Windows 8 Access 2016
    Join Date
    Aug 2016
    Posts
    93

    XML Code for the Ribbon

    Hello everyone
    Could anybody please give me the XML code that you type in the RibbonXML field inside the USysRibbons table that will hide the Ribbon completely (even the file and home tab).

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    7,862
    The XML code for the systable is for creating a custom ribbon. Hiding the entire ribbon can be done via VBA from within a module.
    Code:
    DoCmd.ShowToolbar "Ribbon", acToolbarNo    'Hides the full toolbar
    DoCmd.ShowToolbar "Ribbon", acToolbarYes   'Show

  3. #3
    SunTop is offline Advanced Beginner
    Windows 8 Access 2016
    Join Date
    Aug 2016
    Posts
    93
    Thank you ItsMe for you reply,
    The code worked perfectly.

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

Similar Threads

  1. hide ribbon code error
    By Jen0dorf in forum Access
    Replies: 4
    Last Post: 12-03-2015, 07:10 AM
  2. Problem with hiding Ribbon & Navigation Code
    By Greyhound Friend in forum Programming
    Replies: 9
    Last Post: 03-31-2014, 09:26 AM
  3. Ribbon
    By moodhi in forum Access
    Replies: 3
    Last Post: 10-24-2012, 08:59 AM
  4. Replies: 2
    Last Post: 01-12-2012, 03:34 AM
  5. Ribbon?
    By stephenaa5 in forum Reports
    Replies: 2
    Last Post: 06-29-2010, 11:22 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