View Single Post
  #1   Report Post  
Remel
 
Posts: n/a
Default How can a single cell be incremented? i.e. N=N+1

I am able to move a value of 1 to a cell with in a macro. I want to be able
to add a value of 1 to a cell with in a macro. Each time the cell is
referenced, I wish to increment the cell by 1. I have not been able to
increment the cell without getting a circular reference in my attempts to
incremetn the cell. The process I use is sorting a table and wanting to
increment the top cell so that the least used entries will be sorted to the
top each time the macro is called.