P
Paul J
I have created some Word templates which contain several VBA macros
(sub/function) in common.
In order to make maintenance easier I have created a Global Template and
moved the VBA code in from the original templates.
Having added the Global Template to the current Word session (using Tools,
Templates and Add-Ins) I am now ready to call these subroutines from the
original templates.
I have spent nearly 10 hours researching this question today, so it is with
some humility that I must now ask:
- how, within a VBA subroutine, do you register the availability of the
Global Templates?
- how do you then call a subroutine from a Global Template?
Your help would be very much appreciated.
Paul J
(sub/function) in common.
In order to make maintenance easier I have created a Global Template and
moved the VBA code in from the original templates.
Having added the Global Template to the current Word session (using Tools,
Templates and Add-Ins) I am now ready to call these subroutines from the
original templates.
I have spent nearly 10 hours researching this question today, so it is with
some humility that I must now ask:
- how, within a VBA subroutine, do you register the availability of the
Global Templates?
- how do you then call a subroutine from a Global Template?
Your help would be very much appreciated.
Paul J