S
Syvers
Hi
I am trying to disable everything in the Ribbon Bar and also remove the
downward arrow button for the quick access toolbar as there will be no
options for users here either.
I have tried the following XML
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon startFromScratch="true">
<officeMenu>
<button idMso="FileCompactAndRepairDatabase" visible="false"/>
<button idMso="FileOpenDatabase" visible="false"/>
<button idMso="FileNewDatabase" visible="false"/>
<splitButton idMso="FileSaveAsMenuAccess" visible="false"/>
</officeMenu>
</ribbon>
</customUI>
previously I tried
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon startFromScratch="true">
<qat>
<sharedControls>
<control idMso="FilePrintQuick"/>
</sharedControls>
</qat>
</ribbon>
</customUI>
which a user has posted on another site but it left Open and New in the menu
hence I used the other code which states they are not to be visible. However
even that still leaves out Close Project and I dont want anything appearing
except perhaps Exit Access but I cannot find any reference to this to state
visible=false, any ideas?
Secondly I want the arrow that opens the Customize Quick Access Toolbar menu
to be hidden, I tried
<button idMso="QuickAccessToolbarCustomization" visible="false"/>
but thats made no difference.
Perhaps it is not possible to completely remove all options so would be
grateful for any replies that can answer the above. Removing all options from
the Quick Access Toolbar except Undo and Redo would be helpful if possible.
Thanks very much
Paul
P.S. Can the help button to the far right of the ribbon bar be hidden?!!?,
thanks
I am trying to disable everything in the Ribbon Bar and also remove the
downward arrow button for the quick access toolbar as there will be no
options for users here either.
I have tried the following XML
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon startFromScratch="true">
<officeMenu>
<button idMso="FileCompactAndRepairDatabase" visible="false"/>
<button idMso="FileOpenDatabase" visible="false"/>
<button idMso="FileNewDatabase" visible="false"/>
<splitButton idMso="FileSaveAsMenuAccess" visible="false"/>
</officeMenu>
</ribbon>
</customUI>
previously I tried
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon startFromScratch="true">
<qat>
<sharedControls>
<control idMso="FilePrintQuick"/>
</sharedControls>
</qat>
</ribbon>
</customUI>
which a user has posted on another site but it left Open and New in the menu
hence I used the other code which states they are not to be visible. However
even that still leaves out Close Project and I dont want anything appearing
except perhaps Exit Access but I cannot find any reference to this to state
visible=false, any ideas?
Secondly I want the arrow that opens the Customize Quick Access Toolbar menu
to be hidden, I tried
<button idMso="QuickAccessToolbarCustomization" visible="false"/>
but thats made no difference.
Perhaps it is not possible to completely remove all options so would be
grateful for any replies that can answer the above. Removing all options from
the Quick Access Toolbar except Undo and Redo would be helpful if possible.
Thanks very much
Paul
P.S. Can the help button to the far right of the ribbon bar be hidden?!!?,
thanks