Consulting

Results 1 to 4 of 4

Thread: remove <100&10

  1. #1

    Exclamation remove <100&10

    dears expert,
    i attached file as i want:
    to delete all qty >-100 if ss "01"
    to delete all qty >-10 if ss "03,04,05"
    i sheet "after run micro" exactly my requirement,
    thanks to update me necessary vba code for this,
    Attached Files Attached Files
    Last edited by kamalmalek; 01-05-2012 at 06:03 PM. Reason: wrong update

  2. #2
    Mac Moderator VBAX Guru mikerickson's Avatar
    Joined
    May 2007
    Location
    Davis CA
    Posts
    2,778
    In F1:G5 put the criteria range

    ss qty
    01 <=-100
    03 <=-10
    04 <=-10
    05 <=-10

    and use AdvancedFilter.

  3. #3
    Thanks V much

  4. #4
    gr8 answer indeed

Posting Permissions

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