VBA code to look if value of cells in sheet 2 column have match in sheet 1 and if so copy cell from sheet 2
问题 I am new to VBA and have a problem that i am trying to solve. I have a sheet that i call static data (Sheet1). it has customer name , customer ID and column identifying use cases. My flex data (Sheet2) had customer ID, use case and status. I am trying to come up with VBA code that would copy the status for each customer into the corresponding use case column / cell. Any data in Sheet2 that can't be matched with a customer in Sheet 1 should be copied to a separate sheet Any help would be