I have an excel sheet that contains that data which are rows and columns with text values.
for ex:

Date PR no Desc
09/09/2010 1111 test mesaage
08/09/2010 121212 testes
09/09/2010 232323 test mesaage

I want extract the data only for particular day for ex : 09/09/2010 and display those details in another xl sheet of same workbook.
it should be like this
Date PR no Desc
09/09/2010 1111 test mesaage
09/09/2010 232323 test mesaage


can any expert help me achieve this.