JohnnyAngel
Board Regular
- Joined
- Apr 18, 2011
- Messages
- 65
Trying to create a VBA code that will enter a formula such as: SUM(Q2:Qt) in a range of cells for instance A2:A10, and if there is information in B11, B12, B13 etc., it will consider that variable change and enter the SUM formula in cells A11, A12, A13.
I read that Dim LR As Long is the solution but not sure how to apply.
I read that Dim LR As Long is the solution but not sure how to apply.