HI
i have an excel spreadsheet with two columns i want to work with (out of about 11)
and column 11 which has some string information related to column 3
I have created a word doc with content controls which i want to populate with the respective string value from column 11 related to column 3. So for the document i want to have a number of areas that i add in for 1.1, 1.2 and when i create the new file from that word template i want the corresponding string from the same row pumped into the document.
i have tried initialising an array, a json and just the variables....and then looping through but i can't seem to get anything to go into the document unless i read each line individually to create the variable, there are 86 rows....so it will be messy.
any thoughts?