Consulting

Results 1 to 4 of 4

Thread: VBA which finds data in one sheet & return list with all relevant data in new sheet

  1. #1
    VBAX Newbie
    Joined
    Jan 2010
    Posts
    2
    Location

    VBA which finds data in one sheet & return list with all relevant data in new sheet

    Hi,

    I'm at newbee in VBA, and I need a find and return function, that:
    Finds data in one sheet
    Returns all data which meet a certain criteria in another sheet

    I have found VBA codes for finding data, but not codes for a function which is able to find and copy and returning all relevant data.


    [INFO: The spreadsheet measures KPI based on "Data OK" and "Data Not OK", and my macros show relevant charts. But I'm not able to list of all "Data Not OK" so the user quickly can identify the data which needs to be corrected]

    Any one who knows how to do it, or already have made a similar function?

    Thank you, much appreciated.

    Anders
    Technical University of Denmark

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    I would filter the spreadsheet for those criteria, and then copty the visible data.
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  3. #3
    VBAX Newbie
    Joined
    Jan 2010
    Posts
    2
    Location
    One option, but I want the function to run when the macro is activated.
    All in one solution.

  4. #4
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    You could do those steps and record a macro, assign that to a button.
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

Posting Permissions

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