Subroutine Library

L

Larry

I am looking foran efficient way to build a subroutine library. I have
thought of just using an excel file with a lot of mofules or using access.
They each have drawbacks. How are you managing your subroutines?
 
F

fumei via OfficeKB.com

As this is the Word programming forum, the answer is: global template files.

ALL - just about - my code modules are in global templates. These are loaded,
or unloaded as required. I have virtually nothing at all in my normal.dot.

For example, my main code library has:

modBookmarks - all my procedures that deal with bookmarks
modFormfields - all my procedures that deal with formfields
modNavigation - navigation procedures
modPrintingStuff - duh......
modStringSubs - various string manipulation functions and procedures
modTables - for a bunch of procedures dealing with tables

etc. etc.

I do NOT have this code library file in Startup. I have a wee .dot file in
Startup that has a simple and small procedure that allows me to load/unload
my various global templates (code containers...routine libraries..whatever
you want to call them) from a network folder.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top