PDA

View Full Version : Extract and move records , then delete from master sheet



gaumsy
10-16-2020, 06:57 AM
Multi forum post disclaimer:had posted this on other forum also but got did not get any reply so posting here.

please refer to attached sheet. need VBA code to
1) Extract relevant information from master sheet for given list of candidates in "extract" sheet.The information need to be pasted as values. After extraction the record (row) of all given list of candidate need to be deleted from master sheet .Though couple of name are same, they are different candidates.

After deleting rows from master sheet the blank space need to be removed.

2)Move all relevant record (row) of all candidate whose birthday is greater than date given in cell B1 of "date range" sheet and smaller than or equal to date given in cell B2 of "date range" to sheet "due for promotion" (to be pasted in cell H3 onward) sheet.

After moving rows from master sheet the blank space need to be removed.

Thanks