I try to make clickable an imported image into Google spreadsheet. When I click it to take me to another website.
I was able to: - insert the image - to 'Assign script' to it - that looks like this:
function showMessageBox() {
Browser.msgBox('You clicked it!');
}
When I click the image the above message comes up. However I need a script that I can assign and opens an outside url when image clicked.
Is there such a script available?