I have a workbook which is used to summerize invoicing data. Each month new data from my database needs to be added to to a new column on the end of the worksheet.
Additionally additional information is added by hand to this worksheet so complete regeneration of the workbook every month is not an option.
I assume that to avoid complete regeneration of the workbook I would need to open the exising file as my opentbs template; is it possible to have opentbs to merge the new data in the next available column and if so where then would i put my tag? Could I pre-populate month names and then merge below the appropriate name?
Would a better / more appropriate approach be to merge data onto a completely seperate (and possibly hidden) worksheet and the write a VB macro which fires on document open to move the merged data to it's final resting place?