Project Master
In MS Excel using VBA, I would like some help on conditional copying between worksheets within the same workbook. As per the attached image, I have a master list of projects on the worksheet "Master". For all the projects that have a "yes" in column I (Defect), I would like to copy the values in columns A (Works Package Issue Date), B (Project No.), E (City) and H (Contract Value) to another worksheet "Defects", within the same workbook. Can you please provide a coding which could: a) collapse all the rows so there is no blank rows in "Defects" worksheet; and b) leave all the rows so if the "Defect" column has a "No", the relevant row from the "Master" worksheet is copied as a blank row in the "Defect" worksheet, if possible. Please help me with the coding - I have very basic knowledge of macros, and in a process of learning how to code. Thanks & Regards, CK