I have a spreadsheet with a Macro to select the last empty position in a column; however, I then have to manually scroll to find that active cell.
A keyboard shortcut accessible via macros that would move the sheet to display the active cell would be extremely useful for large sheets and save extensive scrolling time.
Setting focus would be giving a cell the active cursor for editing. I’m already doing that successfully by selecting a single cell range with:
range = activeSheet.getRangeByNumber(row, col)
range.select();
While I can focus on the target cell, it remains offscreen until I scroll the spreadsheet to find it.
I want to see the cell on screen, perhaps centred in the spreadsheet`s container?
Thank you very much for the update and your interest. I will forward your query to the existing enhancement then. Once any news come up, I’ll inform you.