Thread: Excel VBA
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
gregory gregory is offline
external usenet poster
 
Posts: 6
Default Excel VBA

I have a set of data that contains:
- 10 rows that start with 001
- 10 rows that start with 002
- 10 rows that start with 003.

How should the macro be written to find only the rows that start with 002
and copy those to another spreadsheet?