xpfile

  1. countryfan_nt

    VBA PivotT filter: Unable to get the pivotfields property of the worksheet class.

    Hello friends, Hope all is well! The VB has a bug. Trying to filter a PivotTable with a cell value (CB2). I got the bug: unable to get the pivotfields property of the worksheet class And the following line is highlighted: Set xPFile = xPTable.PivotFields("Month") Your kind & continuous...
  2. G

    Pivot table/chart code has stopped working

    I had this code working for my pivot table/chart to update from a drop down list and its stopped working :( Does anyone have any ideas why it has stopped working? Private Sub Worksheet_Change(ByVal Target As Range) 'Update 20190604 Dim xPTable As PivotTable Dim xPFile As PivotField...
  3. D

    Combine 2 codes in VBA

    Hi, How can i combine below 2 codes? Also for lookup values i need to combine cells C4&F4. To do is this code makes sense? If Intersect(Target, Target.Worksheet.Range("C4" & "F4")) Is Nothing Then Exit Sub Private Sub Worksheet_Change(ByVal Target As Range) Dim xPTable As PivotTable Dim...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top