I have a sheet that looks a bit like this
__C___D_____E___F____G________H
Qty Model RRP Cost total_RRP total_cost
3 {lookup information}
4 {blank}
5 {blank}
6
Now the look up nformation is copied to row 6 on a command button click. using cells.find, the next time each copy is put on the row beneath the last starting at C6 (there are some other columns etc. but there are irrelavant to this.
After the row is copied, another set of cells.find's run to sum the columns and enter the values beneath the columns. I have a recalculate button that wipes this sum row and recalculates them columns (the user can over ride the sale price etc.) but I need to copy the formula from cells g3 and H3 back into each of the rows from G6 onwards. i.e. when the qty is altered, I need it to recalculate the value, currently only the outcome of the formula is put in the total columns, not the formula itself, any ideas?
__C___D_____E___F____G________H
Qty Model RRP Cost total_RRP total_cost
3 {lookup information}
4 {blank}
5 {blank}
6
Now the look up nformation is copied to row 6 on a command button click. using cells.find, the next time each copy is put on the row beneath the last starting at C6 (there are some other columns etc. but there are irrelavant to this.
After the row is copied, another set of cells.find's run to sum the columns and enter the values beneath the columns. I have a recalculate button that wipes this sum row and recalculates them columns (the user can over ride the sale price etc.) but I need to copy the formula from cells g3 and H3 back into each of the rows from G6 onwards. i.e. when the qty is altered, I need it to recalculate the value, currently only the outcome of the formula is put in the total columns, not the formula itself, any ideas?