Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all - I am trying to assign the sum and number of filtered results
to variables per below after filtering.. // FILTER ALLOCS SHEET Sheets("Allocs").Range("A1").AutoFilter Field:=4, Criteria1:=TapsRic Sheets("Allocs").Range("A1").AutoFilter Field:=5, Criteria1:=TapsDir //ASSIGN SUBTOTAL VALUES TO VARIABLES AllocsCount = Sheets("Allocs").Application.WorksheetFunction.Sub total(3, Range("G:G")) - 1 AllocsSum = Sheets("Allocs").Application.WorksheetFunction.Sub total(9, Range("G:G")) Now this works fine if I activate the "Allocs" sheet prior to running those last 2 lines - however, as it is in a loop and it goes through hundreds of lines it results in the screen flickering between 2 sheets which is annoying. Is there anyway that I can achieve the same without activating the sheet? It seems that the two variables when I MsgBox them are the sum and number of rows on the other sheet that i want active the whole time. Thanks for any help Will |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sheet activation | Excel Discussion (Misc queries) | |||
How do I insert a filtered subtotal into overall summary | Excel Discussion (Misc queries) | |||
Changing the activation of a sheet that is unactive and undefined | Excel Programming | |||
macro on Sheet activation | Excel Programming | |||
Sheet protection error msg - Unrequested sheet activation | Excel Programming |