I have a marco that monitors changes in a text box, when a change is made it selects rows a1-a99, cuts them and pastes it to cell a2-a100 then inserts the new value in a1. This works fine, I also have 9 countif formula's that watch watch data is in cells a1 - a100 and counts the instances of certain numbers. The annoying problem is that when the marco runs the formual in C1 which is '=countif($a$1:$a$100, 1)' changes to '=countif($a$2:$a$100, 1)'. I know its trying to kept referance to the cells it was asked to monitor, but I dont want this, I want it to always monitor a1-a100 always. There must be an option to turn off that I am missing. Can anyone help?
Thanks in advance.
Thanks in advance.