VBA help please...

SV18

Board Regular
Joined
Sep 1, 2008
Messages
157
...I have the following code that I'm trying to run when the pivot filter is changed, for some reason I can't get any of the target.adress commands to work properly

Private Sub Worksheet_Change(ByVal Target As Range)<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
'This code changes the text of D21 dependant on what has been selected in the team dropdowm<o:p></o:p>
<o:p> </o:p>
If ActiveSheet.PivotTables("PivotTable2").PivotFields("Team").PivotItems("Unknown/Diligenta?").Visible = True Then<o:p></o:p>
Range("d21").Value = "*This data includes Diligenta serviced workitems, please use the drop down to deselect"<o:p></o:p>
Else<o:p></o:p>
Range("d21").Value = "*This data excludes Diligenta serviced workitems, please use the drop down to select"<o:p></o:p>
MsgBox "Sam, sort it out"<o:p></o:p>
End If<o:p></o:p>
<o:p> </o:p>
End Sub<o:p></o:p>
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK

Forum statistics

Threads
1,224,603
Messages
6,179,850
Members
452,948
Latest member
UsmanAli786

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