Hi Gmayor
Thank you for your help.
However, I wanted to transfer data from a WORD doc template to another WORD doc template. The code below you have provided transfers data from textbox in a userform to bookmark in Word doc.
So Temp1 = worddoc 1
Temp2 = worddoc 2
User clicks button which opens Temp1, fills in information in Temp1 then clicks on another button on useform to open Temp2. IF certain bookmark in Temp1 is filled in then only it transfers to Temp2.
Hope that makes sense
I appreciate the help.
Thanks
|