Automatically change a Pivot Table

  • Thread starter Thread starter Andrew T Smith
  • Start date Start date
A

Andrew T Smith

What i'm looking to do is to make a hyperlink from one table that when
you click on it, will automaticaly change the page fields on my pivot
table and then bring you to the pivot table based on the criteria set
in the hyperlink. Is this possible and if so PLEASE help me.

Andrew
 
in xl2000 and later, there is a followhyperlink event. The hyperlink would
flow to the pivot table. You would write the code to change the pivot table
and place it in the followhyperlink event with appropriate If / conditional
statements.

You can get sample code for altering you pivot table by turing on the macro
recorder and making the adjustment manually. Then modify it to work with
the followhyperlink event.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top