H
Harry-Wishes
I have developed sort of this mega-template that writes subroutines
programmatically into an blank Word document. It will be for use for another
template I will distribute to my co-workers. I've been consulting the forums
and literature on how to not only programmatically write the code (which
I've done successfully ) but also take that code and insert it as a vba
module into the second template on the fly without having to go into the VBA
editor manually to insert the code.
Currently I have to do the crude copy and paste method into the project
template module which is a clunky process since part of the code will go
into the portion of the template associated with a userform I've created for
the new template. The remaining portion gets pasted into the main module
associated with the template itself. Am I making sense? Can this
programmatically be done so I can distribute just one template file to other
users?
Harry Wishes
programmatically into an blank Word document. It will be for use for another
template I will distribute to my co-workers. I've been consulting the forums
and literature on how to not only programmatically write the code (which
I've done successfully ) but also take that code and insert it as a vba
module into the second template on the fly without having to go into the VBA
editor manually to insert the code.
Currently I have to do the crude copy and paste method into the project
template module which is a clunky process since part of the code will go
into the portion of the template associated with a userform I've created for
the new template. The remaining portion gets pasted into the main module
associated with the template itself. Am I making sense? Can this
programmatically be done so I can distribute just one template file to other
users?
Harry Wishes