Hi
I have created a pivot table and copied it after a blank column for different parameter.
So in total there are 4 pivot table in a sheet.(same pivot with different metric).
All separated with blank column.
I created a copy button so that VBA can copy all pivot tables and paste it in outlook, I used range("a3,range("a4")). End(xldown).end(xlright), but its not selecting the pivots till the end.
All pivots are not of same size.
Please help.
I have created a pivot table and copied it after a blank column for different parameter.
So in total there are 4 pivot table in a sheet.(same pivot with different metric).
All separated with blank column.
I created a copy button so that VBA can copy all pivot tables and paste it in outlook, I used range("a3,range("a4")). End(xldown).end(xlright), but its not selecting the pivots till the end.
All pivots are not of same size.
Please help.