I have a group of formuals that find the difference of cells on multiple sheets. My problem is when I run a macro that cuts the referenced data from one sheet and pastes it on a new sheet in a new location all my formulas are changed and stop working the way I want. I have tried to lock the cell refs by doing $A$1 to all my references but it did not help. It still changed the cells and the sheets referenced. Is there any way I can avoid this short of having my macro rewrite all my formulas when it is done moving the previous day's data to a new sheet?