Hello,
I am wondering if anyone would have any suggestions for this, because I am a moron at anything programming/scripting-related. Additionally, my school keeps me too busy to significantly explore how to do it myself...so I humbly come seeking your help.
Basically, I am seeking a VBA script/macro (is there a difference?) that would insert rows into a worksheet and copy the formulas from the preceding row. By formulas, I mean IF statements. So for example, if cell T85 has the formula =IF(F85="Eat In",D85,"") in it, and I insert a row into 86, then T86 would contain =IF(F86="Eat In",D86,"").
I used to have a macro that did just that (that a Mr Excel member named jindon had generously written for me, in fact), and had it assigned to a custom button and everything, but then my computer crashed. I recovered the files that I had used the macro in, but the macro itself seems to be gone.
I've searched and found many posts on this subject, but the macros often seem very specific, and I'm just not that swift , so I thought I'd seek out individual guidance from any who care to offer it.
I am using Excel 2003 and Windows XP w/ SP2.
Thank you for any and all suggestions! Please let me know if I can provide any more information.
I am wondering if anyone would have any suggestions for this, because I am a moron at anything programming/scripting-related. Additionally, my school keeps me too busy to significantly explore how to do it myself...so I humbly come seeking your help.
Basically, I am seeking a VBA script/macro (is there a difference?) that would insert rows into a worksheet and copy the formulas from the preceding row. By formulas, I mean IF statements. So for example, if cell T85 has the formula =IF(F85="Eat In",D85,"") in it, and I insert a row into 86, then T86 would contain =IF(F86="Eat In",D86,"").
I used to have a macro that did just that (that a Mr Excel member named jindon had generously written for me, in fact), and had it assigned to a custom button and everything, but then my computer crashed. I recovered the files that I had used the macro in, but the macro itself seems to be gone.
I've searched and found many posts on this subject, but the macros often seem very specific, and I'm just not that swift , so I thought I'd seek out individual guidance from any who care to offer it.
I am using Excel 2003 and Windows XP w/ SP2.
Thank you for any and all suggestions! Please let me know if I can provide any more information.