Hi,

Your problem is with the dates.
The Dates that you have in "Casa" is ok.
The Dates you have in "Raposa" are not ok.
The date you have in E1 of PROGRAMAÇÃO is


11/4/2012

and the dates in Raposa is


11/3/2012
10/10/2012
10/11/2012
11/1/2012
11/2/2012
12/18/2012
11/3/2012
11/3/2012
11/3/2012
11/3/2012

As you can see the list of dates are not >= 11/4/2011.

Thats why when you run the code it does not copy any thing to the Program sheet.

The Dates for Casa" are


11/2/2012
11/1/2012
11/5/2012
11/3/2012
11/2/2012
11/8/2012
11/4/2012
11/5/2012
11/6/2012
11/7/2012

And as you can see you have several Dates that are >= 11/4/2012.

There for the code will show the data in the Programe sheet.

I hope tis helps you.