Thread: Cursor Shape
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ed Ferrero[_2_] Ed Ferrero[_2_] is offline
external usenet poster
 
Posts: 99
Default Cursor Shape

Hi Kirk,

There is no MouseMove event in a worksheet. However, you could put a textbox
control in a cell and set the mouse pointer property to whatever you want.

Can also link a cell to the textbox - handy and no VBA required.

Ed Ferrero
www.edferrero.com


Is it possible to change the Cursor shape from a Cross to (perhaps) a
Hand, or something else, when it is on a particular cell (in a
particular sheet) ?

Thanks - Kirk