Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hello all, I was wondering If I could get a little help with this line, i
cant figure out why it wont work. I use the same code on a different workbook with just the columns changed and it works fine.. j = ActiveSheet.Evaluate("=SumProduct(--(A1:A3000=" & _ CLng(CDate(nStuff)) & "),--(IsNumber(Find(""AH"",I1:I3000))))") however, in the same macro, these work correctly: i = Application.CountIf(.Columns(1), nStuff) k = Application.SumIf(.Columns(1), nStuff, .Columns(11)) so I know that the nstuff value is correct.. any help would be greatly appreciated. Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
A What-if scenario changing one figure to work out another | Excel Worksheet Functions | |||
Function dosn't work in Excel 2007 but did in 2003 | Excel Worksheet Functions | |||
MS querry dosn't work when importing from DB2 after upgrading to 2 | Excel Worksheet Functions | |||
Can't figure out why Macro wont work???? | Excel Worksheet Functions | |||
File dosn't always close? | Excel Programming |