On 27/01/2013 12:37, Hsu. Victor (GSM) wrote:
> Hi,
>
> I would like to copy a Pivot table to another location.
> I can do that with VBA code below. Can someone guide me how to convert
> below code to Python? Especailly the PivotTables PivotSelect part, I
> don't know how to call it in py
Hi,
I would like to copy a Pivot table to another location.
I can do that with VBA code below. Can someone guide me how to convert below
code to Python? Especailly the PivotTables PivotSelect part, I don't know how
to call it in python.
Sub copyPivot()
Dim ws As Worksheet
Set ws = Works