I want to execute a bunch of functions, every time a refresh happens on the web query i have on the same excel file. The web query is fetching data every 10 mins and a pivot sits on the data.
How can i write a code in order to refresh the pivot every time the refresh happen automatically? So what i really need is -
OnRefresh() {
update pivot table
}
Thanks!