Hi,
I have 2 templates. All templates contains charts, with a macro that takes data from a 2nd sheet and defines them as datasource for each chart.
I will make a loop, that makes 1 instance of template 1 and n instances of the template 2. And call the macro.
I want to copy (append) to a new file, in the same worksheet, result of template 1, then just after result of template 2, n times, one after the other.
I'd like to know if it's doable in VBA, and what method should i use (i'm not very familiar with VBA, i'm a .Net programer)
Thanks
regards,
Elise
(author of french .NET tutorial like
I have 2 templates. All templates contains charts, with a macro that takes data from a 2nd sheet and defines them as datasource for each chart.
I will make a loop, that makes 1 instance of template 1 and n instances of the template 2. And call the macro.
I want to copy (append) to a new file, in the same worksheet, result of template 1, then just after result of template 2, n times, one after the other.
I'd like to know if it's doable in VBA, and what method should i use (i'm not very familiar with VBA, i'm a .Net programer)
Thanks
regards,
Elise
(author of french .NET tutorial like