I am not much aware of VBA coding, i am having to do some manual effort, would really appreciate if you could help with this, I tried searching through but could not find any suitable answers. I would like to copy rows based on couple of conditions.
My data is in ‘Workbook A’ in sheet1, Col A to Col X, Col C has dates and Col W has the list of employee names. In ‘Workbook B’, i have the criteria in sheet 1 , cell A1 contains a date (which i would input) and there are around 20 employee names in Col B from B1 to B20 What i am looking at is The rows from A to X in ‘Workbook A’ should be copied based on criteria in ‘Workbook B’ which is date present in cell A1 and IF Col W (in workbook A)contains any of the employee names in B1 to B20 to Workbook B,Sheet 2 (the code/macro would be in Workbook B) rows are being copied from one workbook to another Thank you in advance