Hi!

I am using the farpoint spreadsheet ActiveX. I use
the farpoint LeaveCell event to handle the tab and return event. The action for this event is to move the cursor to the next editable cell. But when I click a cell in the spread sheet, it also invokes the LeaveCell event handler. This is not what I wanted.

When I click a cell anywhere in the spread sheet, I need my cursor to be positioned at that cell. To do that, I added a click event handler. The problem is my click does not invoke the click event handler but instead still invoking the leaveCell event handler. Only if I delete the leaveCell event handler, then the click event handler is invoked.

Thus, it seems the leaveCell event overlaps and takes over the click event. Anybody knows how to solve my problem to let my application works correctly.

Thanks.
Aijun.