Results 1 to 4 of 4
  1. #1
    panoss is offline Advanced Beginner
    Windows 7 32bit Access 2003
    Join Date
    Oct 2014
    Posts
    59

    How To Remove 'recent Documents' From Office Button?, Access 2007

    In Access 2007 I 'm trying to remove all menus from the Office Button.



    I 've removed them all except for the 'Recent Documents'...

    The xml I use is:
    Code:
      <officeMenu>   
       <!-- First we hide all the items displayed by default -->   
       <control idMso="FileNewDatabase" visible="false"/>
       <control idMso="SourceControlCreateDatabaseFromProject" visible="false"/>
       <control idMso="FileOpenDatabase" visible="false"/>
       <control idMso="FileSave" visible="false"/>
       <control idMso="ConvertDatabaseFormat" visible="false"/>
       <control idMso="FileSaveAsMenuAccess" visible="false"/>
       <control idMso="FileManageMenu" visible="false"/>
       <control idMso="FileSendAsAttachment" visible="false"/>
       <control idMso="MenuPublish" visible="false"/>
       <control idMso="FileServerMenu" visible="false"/>
       <control idMso="FileCloseDatabase" visible="false"/>
    Is there something like '<control idMso="FileRecentDocument" visible="false"/>'?

    (what I 'm actually trying to do is hide the office button, but this is not possible, so I'm trying to hide it's menus)

    You can view it here:

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Describes how I customize ribbon: https://www.accessforums.net/access/...bon-45826.html

    Looks like basically same but you disable more items. Don't remember why I did not.

    Another thread https://social.msdn.microsoft.com/Fo...orum=accessdev
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    panoss is offline Advanced Beginner
    Windows 7 32bit Access 2003
    Join Date
    Oct 2014
    Posts
    59
    Yes, I had seen them both,no solution there for 'Recent Documents' for Access 2007. Only for 2010.

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    From what I read, there is no solution with ribbon customization. Just may be the reality stuck with.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Building documents via lists in an Access 2007 database?
    By IncidentalProgrammer in forum Access
    Replies: 3
    Last Post: 04-22-2015, 09:56 AM
  2. Replies: 1
    Last Post: 05-15-2014, 07:12 AM
  3. Replies: 0
    Last Post: 05-17-2012, 09:24 AM
  4. Replies: 2
    Last Post: 06-18-2011, 09:55 AM
  5. Office versions with Access 2007
    By Coolpapabell in forum Access
    Replies: 0
    Last Post: 09-29-2009, 09:37 AM

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