vba - Text from excel cells to individual word files -
i have excel file looks this:
b 1 title_1 description_1 2 title_2 description_2
is possible output each title , description individual word files column file name of word file , column b content?
for example macro create new word file give file name 'title_1' , copy 'description_1'. create new word file again give file name 'title_2' , copy 'description_2'. , until data excel file copied.
thank time. :)
what want called "mail merge". use search engine , "mail merge excel word 2007" (or whatever year of ms office working with). can create excel macro creates instances of word, populates word doc whatever want excel spreadsheet, save word doc name want, export pdf, etc.
Comments
Post a Comment