Ah, I do have one handy. Attached is an Excel file that uses a stored procedure (that looks at Production History Details) as a data source. The user modifies the date ranges on the Pivot tab, and then Excel updates and executes the stored procedure, which refreshes the records in the Data tab. The user can then refresh the pivot table to look at their production performance per bill per component (the users adds conditional formatting after the fact, though that could be in the macro, too). So this has an Excel connection direct to SQL, a dynamic stored procedure, VBA macros, and a pivot table. Everything an analyst needs :)