I have 2 sheet in my workbook, sheet1 is the look up table and sheet2 is where you key the item number to display the result. Right now, I have a formula written on it but every time I add a line item I have to copy the formula and it is running slow. I want to convert it into a VBA code so that only the value is stored on a line item. I need help on writing a VBA code.
Here are the details:
Sheet1 (Look up table)
Row 3 is the Heading
A4, Item No.
B4, Location
C4, On Hand
D4, Status
E4, Description
Sheet2 (Result of lookup table)
Row 4 is the heading
A5:E5, this is where you type an info
F5, this is where you type the Item No. for lookup
G5, this is where the result of the DESCRIPTION lookup from sheet1
H5:N5, this is where you type an info
O5, this is where the result of the STATUS lookup from sheet1
P5, formula to combine C5+D5 (text value)
Then, advance to the next Row (loop)
Thank you in advance for your help.
Bookmarks