You could be a little more specific...
- Where are you pulling data from and how?
- What format of spreadsheet are you targetting?
Off the top of my head (with half a story) I think that you may need ...
Recordset.Filter = "[DATE_FIELD] > " & Day(Now()) & "/" & Month(Now()) & "/" & Year(Now()) & " 00:00:00"
Not 100% sure of the exact syntax.
Regards,
Sean Anderson
|