>Simply to know column and row, of single Cell when mouse go on...
So, in English - you want to know where the mouse has moved to. I ask again - why do you want an alternative to the MouseMove event, which does exactly what you want, and for which I'd argue taht there isn't a better event (you could for example check mouserow and mousecol in a timer event, but that's a much worse way of doing things)