Thanks Antonio... we're getting close!
I have a previous macro (mentioned before) to turn text 'd100' into a '<downarrow>100' in red text, and 'u100' into '<uparrow>100' in green text. red for down, green for up.
The macro for that is:
So,
Including your macro into this Worksheet_Change, it now doesnt change the value 'd100' to '<downarrow>100' in red in the new cell R6, and vice versa in green..
Here's the whole macro so you can test it your side :
As you can see, your macro is working, value 'u100' from P6 gets inserted into R6 when pressing enter, but it doesn't change to an '<uparrow>100' in green text anymore. A workaround is to just double clicking R6, and hit enter. This executes it, and it changes.
Is there a way to automate this though, so it does everything at once??
That should be all then!
Thanks so much for you help on this....
Bookmarks