Mousepointer - Hourglass

Mousepointer - Hourglass

Anonymous
Not applicable
354 Views
3 Replies
Message 1 of 4

Mousepointer - Hourglass

Anonymous
Not applicable
I can't get the mousepointer to change to an hourglass while my code is running, I've tried UserForm1.MousePointer = fmMousePointerHourGlass and Screen.Mousepointer = fmMousePointerHourGlass. Nothing happens, am I missing something?


Hollis Linehan
0 Likes
355 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
Just a guess: have you tried 'DoEvents' ?


"hollisl" schrieb im Newsbeitrag
news:f0e5d64.-1@WebX.maYIadrTaRb...
I can't get the mousepointer to change to an hourglass while my code is
running, I've tried UserForm1.MousePointer = fmMousePointerHourGlass and
Screen.Mousepointer = fmMousePointerHourGlass. Nothing happens, am I missing
something?
Hollis Linehan
0 Likes
Message 3 of 4

Anonymous
Not applicable
Thanks Marco,

DoEvents worked great... I now have an hourglass cursor while my code is running 🙂

Hollis Linehan
0 Likes
Message 4 of 4

Anonymous
Not applicable
Could you show me please?
0 Likes