View Single Post
 
Old 08-10-2023, 11:02 PM
Guessed's Avatar
Guessed Guessed is offline Windows 10 Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 4,164
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

If you don't have a customUI folder then you don't have ribbon code inside that document.

You can use your Custom UI Editor to place ribbon code in docx document. If that ribbon code relies on macros then the document will need to be a docm.

It is inefficient to place the ribbon code in a docx or docm document. Generally it is better to place the ribbon & macro code in a dotx or dotm template and attach that to the document. You can then attach that same template to lots of other documents so that the code doesn't need to be updated/maintained in lots of places.
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote