vba - Editing Word 2003 template with custom toolbar in Word 2007 -
i have word 2007 , word 2003 template (.dot file).
when open it, can see has macro's in it, stored in modules. can see template adds buttons add-ins tab in ribbon.
how can modify these buttons? text or macro each button triggers?
as test deleted macros in template, saved it, restared it, , still gave me custom buttons in add-in tab. of course if press buttons, gives me error macro not there. fune. then, if view template's code (alt-f11), there no code @ all. no add-in loaded (as seen in word options > add ins window). how word 2003 template know buttons load? custom toolbar info stored in word 2003 template?
i not sure understood question. yet, here few elements.
modify buttons generated macro
you have change vba code. see :
- this link word 2003 : http://www.ozgrid.com/vba/custom-menus.htm
- this link word 2007+ : http://www.rondebruin.nl/ribbon.htm
buttons loaded
if custom buttons still appear after deleted code :
- i'd think missed part of code delete, can re-check ? in every module of doc
- are sure didn't save doc instead of saving template ?
if these tips doesn't answer question, please give more info on problem or if possible, give template using.
regards,
max
Comments
Post a Comment