View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Richard L[_2_] Richard L[_2_] is offline
external usenet poster
 
Posts: 3
Default Cells updating - can it be stopped?

I have a marco which moves data onto separate sheets within a workbook. On 1
sheet is a summary of the sheets which uses a number of "countif" and Sum
functions.

What the macro does (and i don't want it to) is make the cell reference -
$a$2 change to $a$3 every time the macro adds a new row on one of the other
sheets. What can be done to prevent this from happening?

Regards

Richard