Hi All, I am trying to have my program to excute some code while clicking the mouse into one of the cells of a table which are already filled with string values. I have tried "mouse enter", "mouse down" and neither of them worked. To be specific it worked once but not the second time I click the mouse in another cell. I used EditPos in a case structure which is accessed automatically by the "mouse" event. The event structure was surrounded by the case structure and the case structure was surrounded by a while loop. Could anyone see a problem in my approach? Thanks in advance.