Search results

  1. M

    capture subtotals, slicer information from VBA?

    in a pivot table i would like to capture the subtotal of a person based on if the the slicer name is the same as the column name if the slicer name = column name then retrieve that subtotal of that person.....how can I go about achieving this in vba in a particular cell? thanks.
  2. M

    Flag a keyword vba

    I need to set up a query that gives me a list of people if it finds a certain keyword in a certain field. so if the keyword "kick" appears in the text, I would need it flagged. If the keyword happens to appear I just need the person ID number not the keyword. What would be the logic to pull...
  3. M

    automate Label Reports in MS Access

    VBA newbie! Using VBA how would I go about creating a macro that would create a label report (using L7416 10-L for example) and autofill in data that would increment from DP00001, DP00002 and so on... thanks
Back
Top Bottom