Hi, I am a newbie writing a macro and stuck on how to continue. Problem is I have some data in cells a1 to B10 in first worksheet of workbook "Test1.xls" . A represent the product and b the price. To create a macro vba in workbook "Test1.xls" that will loop through all worksheets in workbook"Test2.xls", compare cells A1 to A10 from "Test1.xls". If A1 matched with the cell, copy from "Test1.xls" cell B1 value to the matched cell adjacent cell. Then check A2 to A10 and repeat.
Sounds complicated. Thanks a million in advance
Bookmarks