View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Johnny B. Johnny B. is offline
external usenet poster
 
Posts: 1
Default Userform to select start date and end date

I have a worksheet where one of the columns is a date
column. I have a userform for the user to enter their
start date and end date for a query. I need code that will
take the start date and end date and compare it to what is
in this column. If the date in the column falls between
the two dates entered, I need all of the information in
the row to be copied to another worksheet. The dates in
the column are not sorted.

Any suggestions on where to start? I'm a newbie at this so
please be gentle.