> I have added a WindowSelectionChange event handler in Office 2007, and
> noticed that when I use the arrow keys, the mouse cursor will flicker. In
[quoted text clipped - 4 lines]
>
> Any ideas on why this happens or what can be done about it?
Even an empty WindowSelectionChange subroutine is telling MSWindows to watch
for that event. Delete the whole WindowSelectionChange subroutine to get
back to normal. A faster computer might make things less noticeable.

Signature
Russ
drsmN0SPAMikleAThotmailD0Tcom.INVALID
Russ - 30 Jun 2007 05:45 GMT
Another thing you can try is put the command DoEvents in your empty
WindowSelectionChange subroutine. DoEvents allows MsWindows Operating System
to take care of tasks that are queued for execution before returning to the
VBA subroutine. Please report whether that helped.
>> I have added a WindowSelectionChange event handler in Office 2007, and
>> noticed that when I use the arrow keys, the mouse cursor will flicker. In
[quoted text clipped - 9 lines]
> for that event. Delete the whole WindowSelectionChange subroutine to get
> back to normal. A faster computer might make things less noticeable.

Signature
Russ
drsmN0SPAMikleAThotmailD0Tcom.INVALID