Hello good people 
I need a VB macro for the following purpose.
The scenario:-
I have a workbook(book1.xls) with 10 sheets(Sheet1, Sheet2, Sheet3, etc). All sheets contain data(text) in column A. I have another workbook(book2.xls) with 1 sheet(Sheet1). This book also contains data(text) in column A.
What I want to achieve:-
1. If the data in cell A1 from book2.xls is found anywhere in book1.xls, then cut cell A1 from book2.xls and paste in next to the found cell in book1.xls.
2. Repeat process for cell A2, A3, etc until there are no more data in book2.xls or there are no more matches.
Example:-
1. The data in cell A6530 of book2.xls is also found in Sheet9 cell A8665 of book1.xls.
2. Cell A6530 of book2.xls is cut & pasted in Sheet9 cell B8665 of book1.xls.
I've seen some good examples on this site but I don't know how to edit them to suit my specific purpose.
Thanks a lot for contributing your knowledge.
ROBERT RAM
I need a VB macro for the following purpose.
The scenario:-
I have a workbook(book1.xls) with 10 sheets(Sheet1, Sheet2, Sheet3, etc). All sheets contain data(text) in column A. I have another workbook(book2.xls) with 1 sheet(Sheet1). This book also contains data(text) in column A.
What I want to achieve:-
1. If the data in cell A1 from book2.xls is found anywhere in book1.xls, then cut cell A1 from book2.xls and paste in next to the found cell in book1.xls.
2. Repeat process for cell A2, A3, etc until there are no more data in book2.xls or there are no more matches.
Example:-
1. The data in cell A6530 of book2.xls is also found in Sheet9 cell A8665 of book1.xls.
2. Cell A6530 of book2.xls is cut & pasted in Sheet9 cell B8665 of book1.xls.
I've seen some good examples on this site but I don't know how to edit them to suit my specific purpose.
Thanks a lot for contributing your knowledge.
ROBERT RAM