First off, I know that I have seen a few variations of this question on the board, and on google, I just cannot seem to come up with the appropriate script for the job... Any help is greatly appreciated! 
The Task:
I have 2 seperate spreadsheets. One is my product list. The other is my suppliers product list. I chose to carry about 1000 of the 20 000 items avaliable to me.
What I need to do, is take row 2 in my own spreadsheet. Look at Column A, row 2. This is my product code for the first item. (Every other code is located in Column A, row 3, row 4, row 5, row 6, etc)
I then need to search the suppliers spreadsheet for that product code in Column A. When I find it, the value I need to copy is in Column G on that row.
Copy the Value from Column G on my suppliers spreadsheet back in to Culumn I on my spreadsheet (on the same row we were initially pulling the code to search for from), overwriting the previous value present.
My Spreadsheet = myprodlist.xls
Suppliers = suppliers.xls
As I said, I have seen similar, but not quite the same. This only requires us to copy a single cell, and I'm totally not familiar with how to search. I tried a simple search script by playing with some others, but just couldn't quite nail it down.
Excel 2003, Windows xp
Thanks again for any help,
Simon
The Task:
I have 2 seperate spreadsheets. One is my product list. The other is my suppliers product list. I chose to carry about 1000 of the 20 000 items avaliable to me.
What I need to do, is take row 2 in my own spreadsheet. Look at Column A, row 2. This is my product code for the first item. (Every other code is located in Column A, row 3, row 4, row 5, row 6, etc)
I then need to search the suppliers spreadsheet for that product code in Column A. When I find it, the value I need to copy is in Column G on that row.
Copy the Value from Column G on my suppliers spreadsheet back in to Culumn I on my spreadsheet (on the same row we were initially pulling the code to search for from), overwriting the previous value present.
My Spreadsheet = myprodlist.xls
Suppliers = suppliers.xls
As I said, I have seen similar, but not quite the same. This only requires us to copy a single cell, and I'm totally not familiar with how to search. I tried a simple search script by playing with some others, but just couldn't quite nail it down.
Excel 2003, Windows xp
Thanks again for any help,
Simon