View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ed.Rob
 
Posts: n/a
Default Developing Macros

I am trying to match part numbers from one workbook to another workbook, then
copy cell data from the same row back to the original workbook row and also
do a loop of the procedure for over 5,000 part numbers against the 10,000
master part number file(2nd workbook).

Where can I find an example of this type of VB code for Excel? Or do I have
to be an expert in VB to be able to do this? I have used the "help" in VB
which is good but I still am having major problems

Ed