View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
clara clara is offline
external usenet poster
 
Posts: 252
Default Create Worksheets based on column data

I have a spreadsheet that contains dates in a column.

I'd like to create a macro that will copy and paste anything with
3/1/08-3/31/08 into the MAR08 sheet

anything with dates between 4/1/08 and 4/30/08 into APR08 sheet.

Any suggestions?

Thank you