On the right side you are missing a close quote and a close paren, and the left side the quote is in the wrong place:
![]()
Range("G" & rw).Value = Application.WorksheetFunction.SumIfs(range("N:N"),Range("C" & rw),Range("S:S"))
On the right side you are missing a close quote and a close paren, and the left side the quote is in the wrong place:
![]()
Range("G" & rw).Value = Application.WorksheetFunction.SumIfs(range("N:N"),Range("C" & rw),Range("S:S"))
Last edited by 6StringJazzer; 07-04-2016 at 08:49 AM. Reason: Kept finding more code errors after the original post
Jeff
| | |·| |·| |·| |·| | |:| | |·| |·|
Read the rules
Use code tags to [code]enclose your code![/code]
I fixted it, but it is giving me error '438' - object doesn't support this property or method
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks