View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] halimnurikhwan@yahoo.com is offline
external usenet poster
 
Posts: 113
Default Read Keyboard Buffer ?

Hi,

There's no different between selecting cell with mouse
and with arrow key up/down.

Let me guess that you want to know that the mouse over
cells.

Use GetCursorPos API calls...


Regards,

Halim


Gary''s Student menuliskan:
I have an application in which a cell is selected. I trap this with a
worksheet selection change event. Within the macro I need to take separate
actions if the cell was selected with the arrow keys or a mouse click.

Is there any way to determine how I got there!

Thanks in Advace for help help or clue.
--
Gary's Student