Brand new at this.
I thought the following code in Google Apps Script would simply open a sheet in another window. But nothing happened. Nothing.
Here's my code:
function OpenaSheet() {
SpreadsheetApp.openByUrl('https://docs---------Blanked out on purpose-------------')
}