I am trying to write a macro that will allow me to enter a negative number with the minus sign at the end. The macro sees the minus sign in the last position and then checks to see if the rest of the entry is numeric. If so, it converts it to a number with the minus sign in front.
The problem is (apparently) that the active cell changes before the event triggers, as my macro is changing the cell beneath the one I just entered.
Is there some way around this problem? Also, where do I have to put this macro so that it is always available?
Any help would be greatly appreciated. I guess too many years of entering data on an AS400 keyboard have got me in a rut,
Thanks,
Ken