As per the attached Workbook "VB MultipleCriteria-Ozgrid"
When I use the excel formula in Cell "F8" =SUM(SUMIFS(Qty,product,"="&F1, supplier,"=" & F2:F4,delDate,">=" & F5)) I get correct result.
How can I do the same in Cell "F6" using "Application.WorksheetFunction.SumIfs.... based on multiple CRITERIA in COLUMN "F" in VBA
Thanks