P
Paul
I have a WORD 2003 template that is used many times a day by multiple users.
This template contains extensive VBA macros. I would like to add code to the
"save document" macro to open an existing EXCEL 2003 spreadsheet, write
formfield data from the WORD template to a new line in the spreadsheet, and
then save and close the spreadsheet. This spreadsheet will serve as a log
that will hold all of the relevant data for the WORD letters that are mailed
out.
I think the steps I will need in my WORD macro are: 1) open an Excel
spreadsheet, 2) go to the proper workbook, 3) find the last record, 4) append
a new record with the WORD form data, 5) save and close the spreadsheet. I
am not familiar enough with EXCEL to know the proper commands. Help!
This template contains extensive VBA macros. I would like to add code to the
"save document" macro to open an existing EXCEL 2003 spreadsheet, write
formfield data from the WORD template to a new line in the spreadsheet, and
then save and close the spreadsheet. This spreadsheet will serve as a log
that will hold all of the relevant data for the WORD letters that are mailed
out.
I think the steps I will need in my WORD macro are: 1) open an Excel
spreadsheet, 2) go to the proper workbook, 3) find the last record, 4) append
a new record with the WORD form data, 5) save and close the spreadsheet. I
am not familiar enough with EXCEL to know the proper commands. Help!