View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ananth Ananth is offline
external usenet poster
 
Posts: 51
Default Slection of Rows on a Condition

I am analyzing performance of Projects, which are around 30000 rows of
information and 160 Columns of information. This is contained in a Worksheet
named Projects-06

I want to achieve the following in a blank worksheet in the same workbook,
by culling out information from the Worksheet Projects-06, selective 4
columns of information, depending on 2 conditions. (Cost<0 and Status=Y)

Col-A Project-ID
Col-B- Project-Name
Col-C- Cost
Col-D- Status

I am a advanced foxpro programmer /excel user but a VB Novice.
I want to achieve this using a VB macro.

Any help will be greatly appreciated.