Need advice , where to put my VBA code

  • Thread starter Thread starter Edward
  • Start date Start date
E

Edward

Hi everybody,
I'm working on a project that I need to add several macros to do certain
things like import images, import charts , import tables , make TOC table,
make chapters and ..., but we also might have over 20 different designs ( the
format will be the same the only thing will be different is the color scheme
and background images in master) I'm not sure I have to create 20 templaes
and put the same code in each of them or I have to save my code as an addin
and add them in each template?
 
Thanks Shyam , by the way I have used your wonderful website many times and
thanks for all your tips and codes to the VBA community.
--
Best regards,
Edward


Shyam Pillai said:
Edward,
It would be easiest to have to the code in an add-in. This would make it
available to all the templates once it is loaded.

Regards,
Shyam Pillai

Handout Wizard
http://skp.mvps.org/how
 
Back
Top