Activate Excel when double click

R

Ran @Comverse

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.
 
P

Peter T

Are you sure Target refers to the previous cell. For me it refers to the
actual double clicked cell, even if the first click re-activates Excel to
select the new cell.

Include this in the event -
Debug.Print Target.Address

Regards,
Peter T
 

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