J
Jack Gillis
I have a macro created in VBA that creates two Pivot Tables, one under
the other. I works fine except I run into problems when the first table
shows up with more rows than I expected when, in the VBA code, I set
the table destination of the second table. Then the macro doesn't do
well at all.
I there a way I can set the table destination of the second table
relative to the bottom of the first table?
A statement something like this:
(preceding stuff omitted).CreatePivotTable
TableDestination:="[Workbookname.xls]SheetName!'Three rows below the
table above" and so forth.
I will appreciate any help on this.
Thank you very much.
the other. I works fine except I run into problems when the first table
shows up with more rows than I expected when, in the VBA code, I set
the table destination of the second table. Then the macro doesn't do
well at all.
I there a way I can set the table destination of the second table
relative to the bottom of the first table?
A statement something like this:
(preceding stuff omitted).CreatePivotTable
TableDestination:="[Workbookname.xls]SheetName!'Three rows below the
table above" and so forth.
I will appreciate any help on this.
Thank you very much.