View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ran @Comverse Ran @Comverse is offline
external usenet poster
 
Posts: 2
Default Activate Excel when double click

Hi,

My issue is as follows: I have 2 applicaions open when one of them is Excel
(2007).
The active window is the second applicaion and now I double click on a cell
in Excel which is different than the cell which I was on it in my last
session in Excel.

The event "Beforedouble click" for exmple will rise on the previous cell
which I was on it.

How can I make this event to rise on the new cell which I selected now?

Thanks,
Ran.