Hello friends, want to remove the File menu from my sheet using custom UI editor,
anyone can help with this please?
Dont want to go through the options menu to customize ribbon
Hello friends, want to remove the File menu from my sheet using custom UI editor,
anyone can help with this please?
Dont want to go through the options menu to customize ribbon
Curious, may I ask why?
Take a look here for more info, is an older post on the Mircosoft site
https://answers.microsoft.com/en-us/...f-8555c0526a35
Last edited by Keebellah; 01-19-2024 at 11:34 AM. Reason: xtra info
---
Hans
"IT" Always crosses your path!
May the (vba) code be with you... if it isn't; start debugging!
If you like my answer, Click the * below to say thank-you
What do you consider the FILE MENU ?want to remove the File menu from my sheet
then just use hide ribbon?
But would want to have a few tabs of my own
You can hide all menu tabs using :
![]()
Sub Hide_Tabs 'Hide sheet tabs ActiveWindow.DisplayWorkbookTabs = False End Sub
And here is a link to a small program that assists the programmer with manipulating the XML files attached to the Menu Bar :
https://github.com/fernandreu/office-ribbonx-editor
https://github.com/fernandreu/office...ses/tag/v1.5.1
One thing are the workbook tabs and another the ribbon tabs ...
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks