Is there a way to add a hyperlink inside a message box of a Google Apps spreadsheet?
I have this code that displays a msgbox.
// The code below will display a message box
Browser.msgBox("Go to this site for help");
}
Is there a way to insert a hyperlink in that message box as well? Something like:
// The code below will display a message box
Browser.msgBox("Go to this site for help" & <a href="www.google.com">Help</a>);
}
This is an example of a popup showing a link to an url