i am new to VBA and trying to find my way through the following scenario:
sheet1 with columns A (item) B (Description) C (Price) (this is my search sheet)
sheet2 with the same exact columns (this is my database sheet)
what i want to do is: When i enter an item code in sheet1 column a, match the unique value from sheet2 and copy paste the values from columns B and C to sheet1 for this item.
i want this to happen only for the active cell in sheet1, is that possible?
i hope i was clear enough kind regards