Re: [python-win32] Help for Excel Pivot Copy

2013-01-29 Thread Tim Golden
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

[python-win32] Help for Excel Pivot Copy

2013-01-27 Thread Hsu. Victor (GSM)
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