Hi, Not sure what you're asking here. Please elaborate if you need help.
Thanks, -Vic On Thu, Feb 23, 2012 at 1:45 AM, Srinivas Rao D K < [email protected]> wrote: > 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") > } > > } >
