View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Luke Slotwinski Luke Slotwinski is offline
external usenet poster
 
Posts: 18
Default Filter and Move Row Macro

I'm not quite sure how to formulate this macro, any help would be greatly
appreciated. Here is the functionality I am seeking:

1.) Filter column E for entries that are from last month. (current month -
1) (all entries in column E are of format mm/dd/yy hh:mm)
2.) Select those entries and move them to workbook bc-lastmonth.xls
worksheet 'Blood Cultures'
3.) Paste them to the bottom of that worksheet.

This macro would be manually triggered.