Hi,
My solution so far is to copy the previous content of that cell & paste one cell down, then add the new text in that cell.

Example: I wish to store in Range("AN2").Value, the new action found. The list of all actions get stored into AN2:AN100.
So first I copy Range("AN2:AN100") then paste it to Range("AN3:AN101"). Then store in AN2 the new text.

But is there a better way?
Thanks,