Hi everyone!
Using Excel 2010,
Im looking for the best way to present data from e.g. sheets 1-6 on sheet "main", one sheet at a time with a time range in between
using Application.OnTime. Right now im just using copying and pasting ranges using VBA in between the time ranges.
(I dont have any documents with me right now, can paste it later though)
E.g.: On a range starting on A1 on sheet "main", the macro starts by pasting a range from sheet 1, 30 seconds later it copies another range from sheet 2
and paste it on the same place, A1 on sheet "main", on so forth... until getting to the last sheet and starts from the beginning.
Something tells me there should be a another way.
How would you solve this matter, is there a "better" way?
Thank you in advance,
Regards
Felipe
Using Excel 2010,
Im looking for the best way to present data from e.g. sheets 1-6 on sheet "main", one sheet at a time with a time range in between
using Application.OnTime. Right now im just using copying and pasting ranges using VBA in between the time ranges.
(I dont have any documents with me right now, can paste it later though)
E.g.: On a range starting on A1 on sheet "main", the macro starts by pasting a range from sheet 1, 30 seconds later it copies another range from sheet 2
and paste it on the same place, A1 on sheet "main", on so forth... until getting to the last sheet and starts from the beginning.
Something tells me there should be a another way.
How would you solve this matter, is there a "better" way?
Thank you in advance,
Regards
Felipe