Results 1 to 10 of 10

Thread: i want VBA to display values greater than or equal to the given number

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #10
    Knowledge Base Approver VBAX Wizard p45cal's Avatar
    Joined
    Oct 2005
    Location
    Surrey UK
    Posts
    5,970
    As I said before:
    Quote Originally Posted by p45cal View Post
    Hiding/unhiding rows with code doesn't work well with autofilters; to get unambiguous results it needs to be autofilter only, or something else without autofilter.
    You're discovering this for yourself.
    I cannot adjust your code to make it work.
    The macro blah is only to re-arrange the data onto Sheet3. You've introduced new fields. I've adjusted blah to cope with your new fields. This rearranged data is the source for the pivot table. I've also adjusted that pivot table (on sheet3 near cell M9), added a few slicers and used 4 textboxes:
    Location - enter part of a location and it will filter the list accordingly
    Grade - enter part of the name of the group and it will filter. You can also enter 1, 2 or 3 to filter for your own grade groups.
    Skill - enter part of a skill name - it will filter immediately.
    Skill level - enter a number, it will show that level and above.

    Slicers - Click on what you want to filter for.

    There is no reset button, just manually clear the textboxes, click the top left x in the slicers.
    Attached Files Attached Files
    p45cal
    Everyone: If I've helped and you can't be bothered to acknowledge it, I can't be bothered to look at further posts from you.

Posting Permissions

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