VBA: Match with ID in sheet 1 and delete rows with matching ID in other sheets
Example
SheetX
Sheet A input
Sheet A output
Example
SheetX
id | customer name | item | error code |
aaa_1@#$Gl | |||
cd.1@#$Gl2 | |||
efg1@#3$Gl | |||
1@#5$Gl |
Sheet A input
id | customer name | error code1 | error code2 |
1@#5$Gl | any name2 | any error | |
1@#5$Gl | any name1 | any error |
1@#5$Gl4444 | customer name1 | error details1 | details2 |
pkkrh_&*$ | 2 | detail2 | details2x2 |
Sheet A output
customer name | error code1 | error code2 | |
1@#5$Gl4444 | customer name1 | error details1 | details2 |
pkkrh_&*$ | 2 | detail2 | details2x2 |