Pritisingh689
New Member
- Joined
- Nov 1, 2021
- Messages
- 12
I have 2 excel workbooks - Workbook1 and Workbook2.
I need to write a macro which does the following things-
1) From "validation" sheet in "Workbook1", it should check the id numbers which is present in column A starting A7 and string values in column named "res" which is present in column G starting G7.
2) if the id numbers starting A7 in "validation" sheet in "Workbook1" matches with the id numbers placed in "Data" sheet in column A in "Workbook2" and string values starting G7 in "validation" sheet in "Workbook1" matches with the string values placed in "Data" sheet in column O in "Workbook2" THEN
the macro should copy the corresponding row from column H,I,J in "validation" sheet from "Workbook1" and paste it in the corresponding row P,Q,R in "Data" sheet from "Workbook2" where there is match .
Please let me know if you need more information
I need to write a macro which does the following things-
1) From "validation" sheet in "Workbook1", it should check the id numbers which is present in column A starting A7 and string values in column named "res" which is present in column G starting G7.
2) if the id numbers starting A7 in "validation" sheet in "Workbook1" matches with the id numbers placed in "Data" sheet in column A in "Workbook2" and string values starting G7 in "validation" sheet in "Workbook1" matches with the string values placed in "Data" sheet in column O in "Workbook2" THEN
the macro should copy the corresponding row from column H,I,J in "validation" sheet from "Workbook1" and paste it in the corresponding row P,Q,R in "Data" sheet from "Workbook2" where there is match .
Please let me know if you need more information