B
Bishop
I'm trying to sum all the values in a column and assign it to a variable.
This what I tried:
With Worksheets("Movies")
Paid = .Sum("I:I")
but Sum apparently doesn't take column references. Is there a way around
this?
This what I tried:
With Worksheets("Movies")
Paid = .Sum("I:I")
but Sum apparently doesn't take column references. Is there a way around
this?