+ Reply to Thread
Results 1 to 2 of 2

VBA Code to list vendors

  1. #1
    Andri
    Guest

    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


  2. #2
    Tom Ogilvy
    Guest

    Re: VBA Code to list vendors

    use Data=>Filter => Autofilter

    You can use a custom format on the first column.

    turn on the macro recorder while you do it manually and this should give you
    the basic code you need.

    --
    Regards,
    Tom Ogilvy

    "Andri" <[email protected]> wrote in message
    news:[email protected]...
    > 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
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1