View Single Post
 
Old 05-04-2022, 05:02 PM
Guessed's Avatar
Guessed Guessed is offline Windows 10 Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 4,176
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

The ribbon comes from an xml file contained inside the addin. It is possible to edit it but it can't be edited via the Word Customize Ribbon functionality.

You have two options to remove the Ribbon tab:
1. I would be selective about loading the addin. If you don't need it, don't load it. It isn't something that most users would need on a daily basis.
2. You can edit the Ribbon code - apparently it isn't rocket science.

If you do choose option 2 and can see the CustomUI code the line you will need to change is
Code:
<tab id="GMBatchProcessTab" insertAfterMso="TabInsert" getLabel="GMBatch_getLabel" visible="False" >
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote