Thanks, but that doesn't seem to make any difference- same error message. Do you (or anyone else) know an easy way to sumif across sheets like this using vba?
Hi there, I'm fairly new to Excel VBA. I'm trying to calculate sumifs across sheets. The following code results in an application defined error:
Sub fpsavings2()
Range("C4").Select
ActiveCell.Value=Application.SumIf(Sheets("output").Range(Cells(4, 15),Cells(33, 15)), ""...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.