How to change mouse cursor in Microsoft Project

K

Klare

Hi,

In Excel I can change the mouse cursor with "Application.cursor = xlWait" or
"Application.cursor = default". How can I change the mouse cursor in
Microsoft Project 2000 or Microsoft Project 2003?

Many thanks in advance,
Klaus
 
J

John

Klare said:
Hi,

In Excel I can change the mouse cursor with "Application.cursor = xlWait" or
"Application.cursor = default". How can I change the mouse cursor in
Microsoft Project 2000 or Microsoft Project 2003?

Many thanks in advance,
Klaus

Klaus,
Excel has more direct control of the cursor (in VBA) whereas Project VBA
is more limited. As far as I know the only way to control the mouse
pointer in Project is through the MousePointer Property of a UserForm
Object.

Hope this helps.
John
Project MVP
 
Top