Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9782

How to emulate behavior or cmd + down arrow in Google Sheets Macros?

$
0
0

If there is a column of 10 full cells in a row, and you go to the top of the column and hit command + down arrow, it activates the lowest non-empty cell.

I tried to record a macro while using cmd + down arrow, but instead of activating the lowest non-empty cell, it just activates the same cell over and over. I tried .getLastRow().

How do I move to the lowest non-empty cell in a column, or how do I replicate the cmd +↓ behavior?


Viewing all articles
Browse latest Browse all 9782

Trending Articles