Copying from worksheet to worksheet
Hello everyone. Im very new into this excel vba programming. I have two sheets namely sheet1 and sheet2 which contains details of items. Sheet 1 contains old data and Sheet2 contains updated data. All items are given a unique itemcode. I would like to copy the updated data of each and every item from sheet2 to sheet1. For example
Sheet1 -
Itemcode Name Status
item0001 Adapter Working
item0002 Monitor Working
item0003 Adapter Repair
item0004 Adapter Working
item0005 Adapter Working
Sheet2 -
Itemcode Name Status
item0001 Adapter Working
item0002 Monitor Repair
item0003 Adapter Scrap
I want to update the status of Items(around 3000 items) in sheet1. I want excel to search for itemcodes in sheet1 that is in sheet2 and update their status. Urgent Please help. This is for my project purpose. Thankyou All.
Last edited by millenniumbuddy; August 23rd, 2010 at 02:31 AM..
|