View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Srinath Srinath is offline
external usenet poster
 
Posts: 14
Default API's and Mouseclick

Hello Dave,

I am aware of this but my problem is that the number of cells where i want a
single click event will keep on increasing over a period of time. This will
definately bloat up the size of the excel file. And this file being on a
network drive will take quite sometime for loading later, hence the question
of API came to my mind!

Regards,
SSR

"Dave Peterson" wrote in message
...
If you only have a few cells that you want to catch, you may want to look at
John Walkenbach's tip:
http://j-walk.com/ss/excel/tips/tip12.htm

He uses an "invisible" rectangle over the cell and catches the click on
that.

Srinath wrote:

Hello,

I woul like to have a single click capture event, but i found that it is

not
possible. However I would like to know if this can be achieved through

API's
and is this safe?. If so can someone point to me where i can find the
details for this i.e the mousclick event capture API's

Thanks
SSR


--

Dave Peterson