How do you get selected cells through javascript?

L

lizj

<script language=javascript for="Spreadsheet1" event="DblClick">
window.status= Spreadsheet1.activecell.value;
alert(window.status);
//PopupMenu(this);
</script>

--
============================
*******************************************************
============================
"Rodel Simpauco" <[email protected]> ????
Hope someone has an answer for this. I've tried a few things to no avail.
Any help would be apprciated.

How do you get selected cells through javascript?

Regards,

Rodel
 
R

Rodel Simpauco

Hope someone has an answer for this. I've tried a few things to no avail. Any help would be apprciated.

How do you get selected cells through javascript?

Regards,

Rodel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top