La recherche a retourné 1 résultat

par bosco2
07 janv. 2025 11:14
Forum : Google Apps Script
Sujet : Lancer un script sur plusieurs feuilles
Réponses : 9
Vues : 3467

Re: Lancer un script sur plusieurs feuilles

Hi Gilles! It sounds like you're making great progress with your script! To run the function on multiple sheets, you can use a loop. You can get the sheets by name and then apply your Empty function to each one. Here’s a quick example to get you started:

function Empty() {
var spreadsheet ...