Hi, I have a spreadsheet that gets data from a web page using a web query. How can I make a set of buttons that will change the URL of the web query and refresh the page.

E.g. when the speadsheet loads it loads data from http://localhost/getdata.php.

I would like a couple of button that when press would loads data from http://localhost/getdata.php?filter=monthly and http://localhost/getdata.php?filter=annual.

Any ideas?

Thanks.