I need to disable the File Ribbon options on word in office 2013. We have a template that uses VBA to create the document and it also creates custom add ins that we want our users to use not the file options.
Ideally within the VBA code we would set up the xml strings and use that to disable the File Ribbon. This way all docs created from this template would be identical. In my investigation I did come across the CustomUIEditor.exe that allows you to do this with already created documents.
Thanking in advance for any help