I have two Excel spreadsheets in this workbook and am using 2007 for development. Sheet1 contains the raw data and sheet2 contains summary information about the data on sheet1. I wish to restrict the user's access to sheet1 but I would like the user to be able to apply filters on the data in sheet1 via some method on sheet2. I know I can set up combo boxes to achive this but I'm looking for a cleaner, better looking way to do it. I would like to have a drop down box, command button, check box, or whatever on sheet2 that when activated will display just like the data filter drop down on sheet1 for the respected column and give the users the selections just like the data filter dropdown. Is there a simpler way to accomplish this without having to rewrite all the excel code that already exist to support this data filter selection function?