View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andri Andri is offline
external usenet poster
 
Posts: 66
Default VBA Code to list vendors

Hi,
I have a purchase data, where the fields are Date PO, PO#, Supplier, Qty,
Up, Total Price.

excerption the data as follow:
ColA Col B Col C
Date Supplier Total Price
01Jan A 100
13Jan A 50
30Jan B 75
02Feb A 25
13Feb B 100
26FEb B 50

how to list the purchase ONLY for month Jan?
by VBA Code?

Thank you for the help.

Andri