• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

VBA Help: How to link multiple control cells to multiple page filters?

Sachin

New Member
I have a report where I'm breaking down by one large category and then by a sub category. So for example, the large category would be Car Makers with selections Honda, Toyota and Ford. And the sub category would be models under the major catgories (Honda would display Civic, Accord, Odyssey; Toyota would have Camry, Sienna, Rav-4; etc.)


I've been able to link the dropdown boxes no problem.


However, I want these two selections to drive multiple pivot table report filters. I do have VBA that would take the large category and drive a single report filter on multiple pivot tables.


My first choice was to concatenate the two cells into a single reference like "Honda Civic" and then use the code I have, but that sent the VBA into an infinite loop which I could only break by quitting excel.


Is there a way I can write some code that would allow me to drive two separate report filters from mutiple dropdown boxes?


Thanks!
 
Hi Sachin,


Try the suggestions given in the thread..


http://chandoo.org/forums/topic/pivot-table-report-filter


Regards,

Prasad DN
 
Back
Top