D
Dan
Hi,
I'm new to VBA coding for Word and a little unsure of the best method
of saving my subroutines in a template. I would like to distribute
this template to internal employees (technical writers).
1. I wrote a couple subroutines that perform different actions. I put
all of them in the ThisDocument node under TemplateProject. Is this
standard practice?
2. I noticed that the subroutines appear in the Macros dialog
(Tools>Macro>Macros) but not in the Organizer. I imagine this is OK,
but what if I want to move the subroutines to a different template
down the road?
3. Also, how can I call my subroutines directly from Word? Should I go
through a separate procedure to create a new Macro that calls them?
Thanks for any guidance!
I'm new to VBA coding for Word and a little unsure of the best method
of saving my subroutines in a template. I would like to distribute
this template to internal employees (technical writers).
1. I wrote a couple subroutines that perform different actions. I put
all of them in the ThisDocument node under TemplateProject. Is this
standard practice?
2. I noticed that the subroutines appear in the Macros dialog
(Tools>Macro>Macros) but not in the Organizer. I imagine this is OK,
but what if I want to move the subroutines to a different template
down the road?
3. Also, how can I call my subroutines directly from Word? Should I go
through a separate procedure to create a new Macro that calls them?
Thanks for any guidance!