M
Marcos Prieto
Hi,
I ´ m using javascript with OWC.
Now I use something like:
excel.attachEvent("CommandExecute", CmdExec);
or
<script language='javascript' for='excel'
event="CommandExecute(e)">
to capture events.
But I can´t get the events while using the mouse left button. For
example if I click on any cell I don´t get any event but if I use the
arrow keys to move to one cell to another I do get an event.
To solve this I've been using the click event and retrieving the cells
info with .Selection and .Cells. But now I want to get an event when
the user change the active sheet an that (click in the sheets tab and
select one) do not fire any event (neither click nor any of the owc
events).
So how can I get this kind of events with JavaScript?
Thank you and sorry for my awful English.
I ´ m using javascript with OWC.
Now I use something like:
excel.attachEvent("CommandExecute", CmdExec);
or
<script language='javascript' for='excel'
event="CommandExecute(e)">
to capture events.
But I can´t get the events while using the mouse left button. For
example if I click on any cell I don´t get any event but if I use the
arrow keys to move to one cell to another I do get an event.
To solve this I've been using the click event and retrieving the cells
info with .Selection and .Cells. But now I want to get an event when
the user change the active sheet an that (click in the sheets tab and
select one) do not fire any event (neither click nor any of the owc
events).
So how can I get this kind of events with JavaScript?
Thank you and sorry for my awful English.