View Single Post
 
Old 12-06-2021, 06:45 PM
jec1 jec1 is offline Windows 10 Office 2019
Advanced Beginner
 
Join Date: Jan 2012
Posts: 84
jec1 is on a distinguished road
Default

Quote:
Originally Posted by Guessed View Post
jec

I don't understand the question. Yes you can customise the ribbon but editing it via VBA is certainly NOT the easiest way. I don't know which 'Editor' button you are talking about.

The harder part of editing the ribbon is how you go about it. Using the GUI to customise ribbon will only make changes on your machine. If you want these ribbon edits to be implemented on other machines then you need to customise the ribbon via xml code installed in a template and then distribute that template to others.
The spelling EDITOR - I've removed it from ribbon. Just wanted vba option like
Options.ShowDevTool = True (or False)
though it is a Pane.

Tks
Reply With Quote