Please help me with looping
Posted by Mark Foss on August 23, 2001 10:34 AM
Hi, and thanks for the help. I need a formula for VB that will write a formula through an entire column with a formula that looks like this
the first formula should be:
"=CONCATENATE("AH",SUM(I4))
the scond formula should be:
"=CONCATENATE("AH",SUM(I4:I5))
third:
"=CONCATENATE("AH",SUM(I4:I6))
fourth:
"=CONCATENATE("AH",SUM(I4:I7))
and so on. I am pretty sure there is an easy way to do this so any help would be greatly appriciated.
Thank you very much,
Mark