Automating update of AUTORUN macro

J

jsl

I have a macro that I have set up to run on Project start-up via an
Autorun. There are also about 15 other VBA modules in the schedule.

Every so often we re-create the schedule file to minimize file
bloating. When we do so, we re-populate the macros into the schedule
file by copying them via "Tools/Organizer" from a "master" distribution
file. For various reasons, we've chosen to not store all the macros in
each GLOBAL.MPT file, so this has served as a suitable alternative.

Tools/Organizer/Modules does not reference the code located in the
"Auto-run".

Is there a way via Tools/Organizer or other means to distribute the
code that needs to be placed into the Autorun?

I vaguely remember seeing something in the past of an example of how to
create the autorun via VBA code in a regular macro similar to those in
the "Modules" section, but can't remember what would be best to search
on in the archives to find the example.

--jsl
 

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