Quote:
Originally Posted by Guessed
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