I've searched the forum and have come up empty ...

I need to create an Excel spreadsheet that can be opened by clicking a URL link. For example:

www.mysite.com/myworkbook.xls

That's easy enough.

However, when the link to the Excel file is clicked, I need the workbook to open, and for the sheet contents to be automatically filtered based upon one or more "switches" or values in the URL that was clicked. For example, something like:

www.mysite.com/myworkbook.xls#FilterOnValue1

Is it possible to add anything to the end of the filename/link that would do this automatic filtering? And if so, how?