Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can use EasyFilter
http://www.rondebruin.nl/easyfilter.htm Or a macro See the autofilter example and the text below the macro http://www.rondebruin.nl/copy5.htm#AutoFilter -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Clara" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create worksheets based on value | Excel Programming | |||
Create New Worksheets based on Pivot table data | Excel Programming | |||
CREATE NEW WORKBOOK AND SHEETS BASED ON COLUMN DATA | Excel Worksheet Functions | |||
Dynamically create worksheets in Excel based off existing data? | Excel Discussion (Misc queries) | |||
Create Worksheets Based Upon Changing Column Values in XP | Excel Programming |