All public logs

Jump to navigation Jump to search

Combined display of all available logs of Renee Brooks. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:51, 10 March 2023 Wikimaster talk contribs created page List Sheet Names and URLs for Each Sheet (Created page with "# Create a Google Sheet that has a ton of sheets # Create a new Sheet that is left-most of all of the other sheets in the Google Sheet # Insert this code to the Scripts section and hit save <code>function listSheets() {</code> <code>  var sheetNames = new Array();</code> <code>  var sheets = SpreadsheetApp.getActiveSpreadsheet().getSheets();</code> <code>  var selectedSheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet();</code> <code>  var selectedRow...") Tag: Visual edit: Switched