Thread: jittery cursor
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Wazooli Wazooli is offline
external usenet poster
 
Posts: 51
Default jittery cursor

Yesterday I asked a question about enabling chart events, and am grateful for
the replies. While I was waiting, I figured out, using a chart sheet, how to
use VB to create custom chart tips when I mouse over a point (thanks to Chip
for some of the code). The problem I ma having now is that the cursor is
sort of spastic when I move it between points - it rapidly flickers back and
forth between the crosshairs and the hourglass. Is there something akin to
application.screenupdating for the cursor display?

wazooli