Many people find the process to rub out name in OSHEET rather difficult, especially if they don't often deal with documents. However, nowadays, you no longer have to suffer through long tutorials or wait hours for the editing app to install. DocHub lets you change documents on their web browser without setting up new applications. What's more, our powerful service offers a complete set of tools for comprehensive document management, unlike so many other online solutions. That’s right. You no longer have to export and import your templates so frequently - you can do it all in one go!
Whatever type of paperwork you need to update, the process is simple. Make the most of our professional online service with DocHub!
this is writing a custom function to get sheet names and weamp;#39;re going to write two functions here one for returning the current sheets name and the other for returning the names of all of their various sheets okay so basically what i want to do is be able to type here equals sheet name and have that output in this case sheet1 okay to get to the script editor the menus have changed itamp;#39;s now in extensions so extensions script editor opens up our script editor here so letamp;#39;s start with the first one function sheet name okay and when weamp;#39;re turning a single value itamp;#39;s really simple weamp;#39;re going to use the same return that weamp;#39;ve used a lot but in previous scripts when weamp;#39;re using on edit scripts weamp;#39;ve used the return to say get out quit in this case weamp;#39;re using return to tell it what output to give us so return spreadsheet app dot get active dot get active sheet dot get name save it eventually all right equals sheet