N
NBA
i'd like some suggestions on how to proceed. i have an automation task i'd
like to accomplish.
instead of cutting and pasting data from excel to word, Iid like to
dynamically generate a set of report paragraphs from each row in an excel
spreadsheet.
i have a report format in a word table. the excel spreadsheet has the
report data and each column heading corresponds to a data field type within
the word table. each row in the spreadsheet would be a different set of data
and would need to be on a separate page. so, i'd like to programmatically ...
fill in the word table with the first row of data,
then insert a page break and generate a similarly formatted table with row 2
data,
and so on until all of the rows with information have been imported into the
word tables.
some of the key things to consider are that I will not have a static set of
excel rows for each report, so the code has to figure out how much data i
have and make the appropriate number of pages in word.
what is the best approach here? is it to use fields?
thanks for any feedback, suggestions, or pointers to examples.
NBA
like to accomplish.
instead of cutting and pasting data from excel to word, Iid like to
dynamically generate a set of report paragraphs from each row in an excel
spreadsheet.
i have a report format in a word table. the excel spreadsheet has the
report data and each column heading corresponds to a data field type within
the word table. each row in the spreadsheet would be a different set of data
and would need to be on a separate page. so, i'd like to programmatically ...
fill in the word table with the first row of data,
then insert a page break and generate a similarly formatted table with row 2
data,
and so on until all of the rows with information have been imported into the
word tables.
some of the key things to consider are that I will not have a static set of
excel rows for each report, so the code has to figure out how much data i
have and make the appropriate number of pages in word.
what is the best approach here? is it to use fields?
thanks for any feedback, suggestions, or pointers to examples.
NBA