Thread: Help on Search
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
B[_3_] B[_3_] is offline
external usenet poster
 
Posts: 6
Default Help on Search

Using Excel2000, if someone can help me with a sample code as a starter to
do the steps below. But first, I have a main working file that lists all
inventory items with catalog numbers, qty and price.

This is what needs to be done:
1) search an ID from a separate file (SearchFile1) based in user input while
on main file. If found, copy the price into the main working file.
2) If the ID is not found on SearchFile1, then search another file
(SearchFile2). Again, if found, copy the price into the main working file
3)...the file search is up to 5 files and all have multiple worksheets.

TIA!
Bob