View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Cell color change on mouse over

Sorry
should read API calls (Application Programming Interface). That is you
probably have to access directly the Windows API function calls, get
the mouse position from them and then (probably relatively complex)
calculate the cell position under the mouse cursor (taking screen
resultion, zoom factor, etc. into account9

So IMHO not something i would do. Maybe you can explain WHY you're
trying to do this.

--
Regards
Frank Kabel
Frankfurt, Germany

"Igor Sudnik" schrieb im Newsbeitrag
...
Thanks Frank. But what is PI calls9. I'm a newbee.
"Frank Kabel" wrote in message
...
Hi
this would be very difficult (maybe using aPI calls9. Problem is
there's no mouse_over event on worksheet level

--
Regards
Frank Kabel
Frankfurt, Germany

"Igor Sudnik" schrieb im Newsbeitrag
...
Is there any way to make a cell containing link to change color

on
mouse
over?