Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I hope you can help. I have a worksheet containing
columns of data. I use the following to sort column A in date order; Columns("A:H").Select Selection.Sort Key1:=Range("A1"), Order1:=xlAscending, _ Header:=xlGuess, OrderCustom:=1, MatchCase:=False, _ Orientation:=xlTopToBottom Range("A1").Select But what I would like to do is to display only the data in a specified range, for example say; startdate = "01/10/03" enddate = "15/10/03" Is there a way I could state a macro that would either delete all the data outside this range leaving the data I require, or copy the required data to another worksheet so that I can then display it from there. Thanks Robert |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sorting data from one table/range to another table/range | Excel Discussion (Misc queries) | |||
Problem with Range and Sorting Data | Excel Discussion (Misc queries) | |||
Sorting data by Date | Excel Worksheet Functions | |||
sorting data by date | Excel Worksheet Functions | |||
Sorting data by date | Excel Worksheet Functions |