I've inserted a script to hide row when user click on a button in a googlesheet document. This document is opened simultanously with multiple users. My problem, when a user click on the button, rows are hiden for all users.
Is there a possibility to limit the action on the user who click the button?
here is the code to hide row:
activeSheet.hideRows(rowStart,rowCount)
thanks a lot for your help
Cyrille