jerryneubauer
New Member
- Joined
- Apr 1, 2016
- Messages
- 19
Sometimes the easiest problem is hard to solve.
I have a report that returns a dynamic number of rows depending on the volume of transactions.
I already have code that takes me to the first blank cell in Col. "F":
Range("A" & Rows.Count).End(xlUp).Offset(1, 5).Select
Now i need to basically perform an AutoSum from F5 to the last dynamic row in Col. "F".
Thanks
I have a report that returns a dynamic number of rows depending on the volume of transactions.
I already have code that takes me to the first blank cell in Col. "F":
Range("A" & Rows.Count).End(xlUp).Offset(1, 5).Select
Now i need to basically perform an AutoSum from F5 to the last dynamic row in Col. "F".
Thanks