Hi Ashish,
Sorry I can't share the document.
On Sep 21, 11:36 pm, ashish koul wrote:
> Hi Clint
>
> Can you attach the sample file
>
>
>
>
>
>
>
>
>
> On Wed, Sep 21, 2011 at 11:08 PM, Clint wrote:
> > This one has been driving me crazy. VBA seems to have a problem
> > removing calculated fiel
Hi Clint
Can you attach the sample file
On Wed, Sep 21, 2011 at 11:08 PM, Clint wrote:
> This one has been driving me crazy. VBA seems to have a problem
> removing calculated fields. See code below.
>
>
> Sub Value_Click()
>
>''
>Application.ScreenUpdating = False
>Application.Calc
This one has been driving me crazy. VBA seems to have a problem
removing calculated fields. See code below.
Sub Value_Click()
''
Application.ScreenUpdating = False
Application.Calculation = xlManual
'
Dim PF As PivotField
Dim pfNew As PivotField
Dim Field As String