G
Guest
The following gives me a Compile Error:Invalid Qualifier (highlights the Sum
word)
For x = 0 To 9
Range("B4").Activate
y = WorksheetFunction.Sum(Range(ActiveCell.Offset(x, 0),
ActiveCell.Offset(x, 23))).Value
Next
Whats wrong?
word)
For x = 0 To 9
Range("B4").Activate
y = WorksheetFunction.Sum(Range(ActiveCell.Offset(x, 0),
ActiveCell.Offset(x, 23))).Value
Next
Whats wrong?