jansjane
Member
Hello Masters of VBA,
After an extensive research and failed to find anything similar on Google, I finally came here to ask you this question.
I would like to copy a value from workbook A to B, while A is closed.
In workbook A, the name of Column A is FID, Column B is ASSETID.
In Workbook B, Column K's name is NEAR_FID.
I would like a VBA to look into values in Column K (NEAR_FID) of workbook B and find the matching value in Column A (FID) of workbook A, and then copy the value (ASSETID - next cell to the right) of Column B of workbook A into Workbook B.
Your time on this is greatly appreciated!
Ken
After an extensive research and failed to find anything similar on Google, I finally came here to ask you this question.
I would like to copy a value from workbook A to B, while A is closed.
In workbook A, the name of Column A is FID, Column B is ASSETID.
In Workbook B, Column K's name is NEAR_FID.
I would like a VBA to look into values in Column K (NEAR_FID) of workbook B and find the matching value in Column A (FID) of workbook A, and then copy the value (ASSETID - next cell to the right) of Column B of workbook A into Workbook B.
Your time on this is greatly appreciated!
Ken