Office 2003. We have a suite of word based reports that get updated monthly. Each has 5 to 10 tables (occasionally graphs) that are currently linked from excel workbooks. The tables can change shape (extra rows/columns) both at the start of each month and as the report is edited for that month. The challenge is in how to make sure that the tables can be easily updated/maintained, and new ones added by people unfamiliar with VBA. When the report is finalised or drafts are circulated for comment we break the links.
Never used word vba/object model and I am not an advanced word user so at this stage I am looking for tips as to the approach and any examples, useful links. (I have a target of 4 or 5 weeks to develop a solution.)
Current Plan
I was thinking of named ranges in the excel workbook with macros to assist there "in some way" (could probably work out a way to redefine named ranges with CurrentRegion and Offset and to highlight the current named range area so end user knows.
And a macro in the word document that will open linked files and refresh each linked table.
But should I get to better grips with words features?
Some sort of placeholder - maybe incorporating the excel rangename. Then copy the table in as a metafile or whatever (please advise). This controlled by a macro within the word document?
Advice welcomed!
Gavin
Never used word vba/object model and I am not an advanced word user so at this stage I am looking for tips as to the approach and any examples, useful links. (I have a target of 4 or 5 weeks to develop a solution.)
Current Plan
I was thinking of named ranges in the excel workbook with macros to assist there "in some way" (could probably work out a way to redefine named ranges with CurrentRegion and Offset and to highlight the current named range area so end user knows.
And a macro in the word document that will open linked files and refresh each linked table.
But should I get to better grips with words features?
Some sort of placeholder - maybe incorporating the excel rangename. Then copy the table in as a metafile or whatever (please advise). This controlled by a macro within the word document?
Advice welcomed!
Gavin