function Example() {
var myValue =
SpreadsheetApp.getActiveSpreadsheet().getActiveCell().getValue();
Browser.msgBox(myValue)
if (myValue = SpreadsheetApp.getsheets.SheetName()) {
Browser.msgBox(myValue)
}
else { Browser.msgBox("No Sheet Found")
}
}
- getting sheet name Srinivas Rao D K
- Re: getting sheet name Vic Fryzel
- Re: getting sheet name Srinivas Rao D K
