View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Heldy Heldy is offline
external usenet poster
 
Posts: 1
Default Matching a number from another sheet and copying a related value

Hi all,

I'm pretty new to the VB world and have a macro question.

I'm trying to take a part number from one database in excel and then search
for the matching part number in a different workbook. Once that value is
matched or found, then I need to copy the price of that part back to the
orginal excel sheet. This needs to be done for multiple part numbers, well
until it hits a blank.

I have tried a few things, but I just can't get it right. My problem is how
to move to the next cell and select the price cell once the part number is
found.

Does anyone have some example code to do this? Anything would help. Thanks