I have a script in a google spreadsheet which changes the activated cell. I you have selected A1 for example the script activates A3. If you run it again it selects A5 and so on.
This is what it should do. Now I want the script to be run timer-based in foreground.
I installed a trigger for that but the script only runs in background when started by the trigger.
Background is that I have a PC running, showing an overview list. This List has now grown to be longer than the Monitor can display. So I want the PC to automatically scroll through the document let's say one step every minute.
I could do it with an iteration but that would stop the script after the execution time out of 6 minutes while the script should run about 8h a day.
Any ideas how to solve this problem?