View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
newToExcel newToExcel is offline
external usenet poster
 
Posts: 1
Default AdvancedFilter with VBA


k. i have made a lil bit of progress since the last time i posted.

the criteria basically copies all the "non-zero" columns so for e.g.

product | qty |
------------------
prod A | - |
prod B | 1 |
prod C | 5 |

after that line of code runs, ONLY prod B and prod C will be copied
cause the qty column is =1.

I still dont understand how a 3x2 matrix can do that. i'm attaching a
snap shot of the range called "QTY_Filter".

Somebody help.....


+-------------------------------------------------------------------+
|Filename: qty_filter.JPG |
|Download: http://www.excelforum.com/attachment.php?postid=3858 |
+-------------------------------------------------------------------+

--
newToExcel
------------------------------------------------------------------------
newToExcel's Profile: http://www.excelforum.com/member.php...o&userid=27192
View this thread: http://www.excelforum.com/showthread...hreadid=471593