View Single Post
 
Old 12-20-2018, 02:44 AM
Yong Xiang Yong Xiang is offline Windows 7 32bit Office 2016
Novice
 
Join Date: Dec 2018
Posts: 9
Yong Xiang is on a distinguished road
Default

Thank you for taking your time Gmayor I don't think this coding help me or simply I don't understand cause I'm new towards VBA word. Sorry about that.

Thank you Guessed too! You have been helping me all the way. I took your idea and custom make XML file for both templates to try it out. I followed the script on this website: https://gregmaxey.com/word_tip_pages...word_2013.html
I Followed this mapping content: https://www.youtube.com/watchv=OtFhIqK0gec&t=459s

And now I do not know how to linked Content Controls between all the templates.

Xml:
PHP Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<DemoXMLNode xmlns="HT">
<Customer></Customer>
<HT_Install_Date></HT_Install_Date>
<HT_Location></HT_Location>
<HT_Type></HT_Type>
<Weather></Weather>
<Date></Date>
</DemoXMLNode>
Reply With Quote