You may want to look at the way Ron de Bruin and Debra Dalgleish approached it:
Ron de Bruin's EasyFilter addin:
http://www.rondebruin.nl/easyfilter.htm
Code from Debra Dalgleish's site:
http://www.contextures.com/excelfiles.html
Create New Sheets from Filtered List -- uses an Advanced Filter to create
separate sheet of orders for each sales rep visible in a filtered list; macro
automates the filter. AdvFilterRepFiltered.xls 35 kb
Update Sheets from Master -- uses an Advanced Filter to send data from
Master sheet to individual worksheets -- replaces old data with current.
AdvFilterCity.xls 55 kb
If you're new to macros, you may want to read David McRitchie's intro at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm
PVarley200 wrote:
>
> I am creating a spreadsheet for results of various tests on aproduct, is
> there a way I can automatically move a row to sheet 2 if a certain criteria
> is met, for instance if a cell at the end of the row says "Fail". I don't
> want to have to go through manually and copy and paste this info. Can anyone
> help ??
--
Dave Peterson