London_Calling
Active Member
- Joined
- Feb 27, 2007
- Messages
- 256
These things drive me utterly bonkers - playing 'where to put the quotes' is like playing battleships as a kid. I've given it a decent go this morning, I'm hoping one of you have better luck....
Fwiw, I started out with a working WorksheetFunction.Sum variation:
I've been looking at colon instead of comma, where to put brackets and where to put quotation marks.... Any ideas gratefully received...
Code:
totalNonNumeric = WorksheetFunction.CountIf(Range(("Cells(i + UBound(resultsArr1) - totalMatches - 1, colA), Cells(UBound(resultsArr1) + i, colA"), "/")))
Fwiw, I started out with a working WorksheetFunction.Sum variation:
Code:
calanderLiability = WorksheetFunction.Sum(Range(Cells(i + UBound(resultsArr1) - totalMatches - 1, colA), Cells(UBound(resultsArr1) + i, colA)))
I've been looking at colon instead of comma, where to put brackets and where to put quotation marks.... Any ideas gratefully received...