MissLady11
New Member
In this file there is a tab called BSS. On this tab I have code that I am using to Update a pivot filter based on the name that's in cell x7.
It's the second part of the code. The first part updated the data under that chart so it's good.
The second part is what I can't figure out.
In my code on this tab, where you see:
'This line stops the worksheet updating on every change, it only updates when cell
'x7 is touched
Everything under this is what I am trying to get to work for the pivot.
Basically I'm trying to write code to say based on the name you see in cell x7, change the pivot filter (Resource Pool Name) to that name
Disregard the errors in the chart on this tab...I had to break the pivot to send the file...
It's the second part of the code. The first part updated the data under that chart so it's good.
The second part is what I can't figure out.
In my code on this tab, where you see:
'This line stops the worksheet updating on every change, it only updates when cell
'x7 is touched
Everything under this is what I am trying to get to work for the pivot.
Basically I'm trying to write code to say based on the name you see in cell x7, change the pivot filter (Resource Pool Name) to that name
Disregard the errors in the chart on this tab...I had to break the pivot to send the file...