Hello all,
I'm looking for a way to save/print several reports by changing only certain information in that report. Those information are placed in an excel database and all I want to do is somehow create a word template and link each column to a certain place. For example, say my excel database had the columns :
NamesAddressPhoneSam1234 pool st.123-456-7891Jack4321 sack st.323-525-9874Gil654 8th avenue325-525-8787Andrew987 9th st.322-252-5252
And my reports looks like this :
*****************************************
Hello "NAME",
blablablabla "PHONE" blablablabla.
blablablablablabla "ADDRESS".
*****************************************
I would like to loop through all the rows (1 report per row) and save the report in the form : Report-2010-"NAME".doc ...
Can someone enlight me on how to do that?
Thank you very much.
Samfolds
I'm looking for a way to save/print several reports by changing only certain information in that report. Those information are placed in an excel database and all I want to do is somehow create a word template and link each column to a certain place. For example, say my excel database had the columns :
NamesAddressPhoneSam1234 pool st.123-456-7891Jack4321 sack st.323-525-9874Gil654 8th avenue325-525-8787Andrew987 9th st.322-252-5252
And my reports looks like this :
*****************************************
Hello "NAME",
blablablabla "PHONE" blablablabla.
blablablablablabla "ADDRESS".
*****************************************
I would like to loop through all the rows (1 report per row) and save the report in the form : Report-2010-"NAME".doc ...
Can someone enlight me on how to do that?
Thank you very much.
Samfolds