D
Don Rountree
I have used VBA in Access, but am not at familiar with the
syntax for Excel. I want to be able to enter an item
number in a cell (A1)in (Sheet1) and when I hit the Enter
key, I want to perform a VLookup on the value in (A1) and
return the item description from (Sheet2) in cell (B2) in
(Sheet1). I hope I have posed my problem clearly enough.
I want to do this with VBA code so that no matter what row
I input an item number on in column A on Sheet1, the code
will find the value on Sheet 2 and paste the results in
the same row in column B. Any help would be appreciated.
Don Rountree
syntax for Excel. I want to be able to enter an item
number in a cell (A1)in (Sheet1) and when I hit the Enter
key, I want to perform a VLookup on the value in (A1) and
return the item description from (Sheet2) in cell (B2) in
(Sheet1). I hope I have posed my problem clearly enough.
I want to do this with VBA code so that no matter what row
I input an item number on in column A on Sheet1, the code
will find the value on Sheet 2 and paste the results in
the same row in column B. Any help would be appreciated.
Don Rountree