H
Hector
I have two templates, each with their own userforms and they work just fine.
Under certain conditions (a checkbox in userform1 = True) a new document
based on template2 is created. Again this is working fine.
The two documents/templates share a couple of pieces of info and the problem
I'm having is populating userform2 with the relevant info from userform1.
At the moment a command button on userform1 has the code to populate the
bookmarks in template1. The code to test the creation of document2 is in the
terminate event of userform1.
The two templates must also remain separate, in that a new document can be
created from template2 without anything to populate from template1.
I hope that makes some sense! Any pointers will be gratefully appreciated.
h.
Under certain conditions (a checkbox in userform1 = True) a new document
based on template2 is created. Again this is working fine.
The two documents/templates share a couple of pieces of info and the problem
I'm having is populating userform2 with the relevant info from userform1.
At the moment a command button on userform1 has the code to populate the
bookmarks in template1. The code to test the creation of document2 is in the
terminate event of userform1.
The two templates must also remain separate, in that a new document can be
created from template2 without anything to populate from template1.
I hope that makes some sense! Any pointers will be gratefully appreciated.
h.