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 :

buttons loaded

if custom buttons still appear after deleted code :

  1. i'd think missed part of code delete, can re-check ? in every module of doc
  2. 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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -