I'm trying to copy and paste several different filtered lists to a new sheet using a macro. My problem is that depending on the database dump the filtered list can contain A - XX rows of data (has same # of columns) and the next filter I perform needs to be pasted underneath the first. So my final sheet needs to look something like this
(group 1 - with A through ? rows)
data 1A......
data 1B......
data 1C......
blank row where I sum some of the columns
(group 2 - needs to start where group 1 ends)
data 2A......
data 2B......
data 2C......
Therefore, I need to use the macro to somehow paste the second group of data where the first group ends plus a few blank spaces.
Please let me know if anyone has an idea on how to do this. Thanks.
(group 1 - with A through ? rows)
data 1A......
data 1B......
data 1C......
blank row where I sum some of the columns
(group 2 - needs to start where group 1 ends)
data 2A......
data 2B......
data 2C......
Therefore, I need to use the macro to somehow paste the second group of data where the first group ends plus a few blank spaces.
Please let me know if anyone has an idea on how to do this. Thanks.