Is it possible to retreive the last activecell the user was in? as opposed to the current one? Thing is, I highlight text if it changed in a box, problem is if the user presses carrige return, or uses the arrow keys to accept the data input, the macro executes on the cell they are now in - not the correct one. E.g. I start in Cell A1 with value "Moon", I change the value to "Sun" and press carriage return, the activecell is now A2 - so the macro then acts upon A2. Normally I'd just take the current row and subtract one, but problem is if the user uses the left arrow, so navigates from A1 to B1, defeats the solution. So what I want is the previous cell visited, so I can act on that one ![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Thanks for any tips
Joseph.
Thanks for any tips
Joseph.