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...