I know of course about the Worksheet_Change event but as far as I can tell that event only fires when you leave a cell that you've just changed. Is there any way to detect a change as it's made in the cell?
Printable View
I know of course about the Worksheet_Change event but as far as I can tell that event only fires when you leave a cell that you've just changed. Is there any way to detect a change as it's made in the cell?
not as far as i am aware, no events fire until you leave the cell, can you place a textbox over the required cell(s)
application.onkey might be usable, but for a lot an key would require mapping of all keys