Hi,
I have 2 workbooks. one is A.xls and other one is B.xls.
structure of whose is as follows.
A.xls->sheet1
FundName securityId SecurityName Position
fund1 rsec reliance_securities
fund1 rcom reliance_comm
B.xls->sheet1
FundName securityId Position
fund1 rsec 100
fund2 rcom 150
Here I have to search for fundname and securityid from A.xls and search it in B.xls and populate A.xls with the corresponding position using VBA.
Thanks
Bookmarks