Thread: Create Report
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robert[_32_] Robert[_32_] is offline
external usenet poster
 
Posts: 23
Default Create Report

I am creating a report in Excel. I have Sheet1 with a list of names.
Accross from each name is a row with codes such as 'T' or 'D'. I need to
grab all the names that have a 'T' in their row and put the name values in
another worksheet where I am creating my report. We will call this Sheet2.
This seems so simple but I am new to Excel and do not know how to use VBA to
loop through a worksheet looking for certain values and using them somewhere
else. Any help is greatly appreciated.
--
Robert Hill