RobShorter
New Member
- Joined
- Jul 8, 2010
- Messages
- 18
Hi,
I'm using the 'Do' and 'Loop until' vba functions so that I can copy a formula down to a certain cell in the column. The only way of identifying this 'certain cell' is if I were to evaluate a formula based on the sum of a range in the column next to it, sum(RC[1],R4C100)=0, where the range is from a variable cell RC[1] to a fixed cell R4C100.
How do I write this in VBA code?
Thanks,
Rob
I'm using the 'Do' and 'Loop until' vba functions so that I can copy a formula down to a certain cell in the column. The only way of identifying this 'certain cell' is if I were to evaluate a formula based on the sum of a range in the column next to it, sum(RC[1],R4C100)=0, where the range is from a variable cell RC[1] to a fixed cell R4C100.
How do I write this in VBA code?
Thanks,
Rob