showing results for - "google script getactivescell"
Dante
23 Mar 2020
1var sheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet();
2// Returns the current highlighted cell in the one of the active ranges.
3var currentCell = sheet.getCurrentCell();