You can specify the active cell.
This example sets the active cell.
$("#button1").click(function () { // Set cell (3,3) to active activeSheet.setActiveCell(3, 3); });