I got excel data upto 58000 rows with 10 columns in two sheets to be compared.
Col A in both sheets has got few common names. if Sheet1, a10 = sheet2, a15, then i need to copy sheet2 b15, c16, etc to k10,l10 etc.
is there any way i can do it through vba?
thanks solomon