Results 1 to 8 of 8

Thread: Make a simple report with VBA

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    VBAX Regular
    Joined
    Mar 2011
    Posts
    92
    Location

    Make a simple report with VBA

    Hi all members of this helpfull forum,

    I attached a simple example file with 2 sheets , one with with data and one with the result that i want to obtain with a macro, not with a formula or using excel filter.

    The name in column "Type" are variable
    In sheet "Data" there are blank rows (as in the example)
    The name in "UM" column are variable
    The sheets names that contain data is variable but are all sheets of one workbook
    I want obtain the result of the active sheet in the workbook, and write and show them in a listbox with 3 columns (as a alternative, write them in a new worksheet as in the example, worksheet to add at the active workbook)

    I try to do this for myself for ours with no look, i lost me in a lot of if, then ,for each, do while, ecc.

    Any help will be really appreciate.
    Attached Files Attached Files

Posting Permissions

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