We have a staff roster in a Google Sheet. We display one week per tab
Staff have read-only access The managers have write access.
I want to make a apps script which looks up the date and when you open the Sheet, it opens to the correct tab.
However, it seems the simple and installable (onopen) triggers will not run when then employees open it in read-only mode.
How can I do this is there is no onopen trigger that will run for read only users?
The pain is the roster always opens on week 1, and staff have to scroll to find the correct week.
How can I attack this?