Formula to follow addition of rows

Posted by Wayne McCaslin on Stack Overflow See other posts from Stack Overflow or by Wayne McCaslin
Published on 2010-04-12T18:47:59Z Indexed on 2010/04/12 18:52 UTC
Read the original article Hit count: 274

Filed under:
|
|

New to VBA, please help. I have a range say A2:D10; input causes rows to be added. New entries are being added using NextRow=_. Works perfectly, however, how do I get the formulas in columns C and D to follow each new row being added. I cannot just format entire column due to my sort criteria. Example formula is =IF(ISTEXT($B11),$C$2-$D11,"")

© Stack Overflow or respective owner

Related posts about beginner

Related posts about vba