Simply put, I want to find and copy information from one sheet to another in Excel using Visual Basic. We have a large Excel database spanning 10-12 Sheets.
On the first sheet, we have two search criteria, say Ford and Mustang. I want to search the other 12 Worksheets and return every Row that has Ford or Mustang in it. The information will go in Worksheet A. The information will go in each successive rom, ala it won't be overwriting the data it found.
Thanks!
2007-03-15
02:57:10
·
4 answers
·
asked by
svanwag
1
in
Computers & Internet
➔ Programming & Design
Simply put, I want to find and copy information from one sheet to another in Excel using Visual Basic. We have a large Excel database spanning 10-12 Sheets.
On the first sheet, we have two search criteria, say Ford and Mustang. I want to search the other 12 Worksheets and return every Row that has Ford or Mustang in it. The information will go in Worksheet A. The information will go in each successive rom, ala it won't be overwriting the data it found.
More Information: There is a strong desire to automate this process. Many users will be conducting many DIFFERENT searches of this information. Rather them thumb through all 12 pages, we wanted to simplify. Maybe making it easier, "Ford" or "Mustang" (or whatever search Text)would be the only entry in a cell. Thus, you will not have to search through other text in the cell.
Thanks!
2007-03-15
23:51:07 ·
update #1