View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Purnima Sharma[_2_] Purnima Sharma[_2_] is offline
external usenet poster
 
Posts: 7
Default data between the dates

I have a worksheet from which I have to select the rows where the setup date
is between 5/1/06 and 5/31/06 and delete all other rows. How can I achieve
that programmatically? Also, how can I apply multiple conditions to get the
same results. Thanks.
Purnima